1081 results found
-
Bubble Chart - Stacked events are not easily seen and only 1 message is displayed.
Maybe display a label indicating how many stacked items are on top of one another.
1 vote -
Tooltip: Would like all column ranges in a series to be highlighted when mouse hovers on one element
I wish there is a way to load images so I can show you a screenshot. Now I'll try to describe it: Say Joe and Bob eat fruit apple and pear and Joe's consumption is green colored. I want the tooltip to do this: When the mouse is placed on Joe's share (a green area) in either apple or pear category, the tooltip shows Joe's consumption of apples AND pears (like apples: 2, pears: 5). That's easy using the "formatter". However, I also want Joe's shares (the green areas) in BOTH apple and pear categories to be highlighted. Currently, only…
1 vote -
Force pie chart dataLabels to be within chart bounds
force all pie chart data labels to be within the bounds of the container. For example if you want to offset the pie chart the labels will stay within the bounds of the container and not get pushed out of the viewing area. Or be a be able to set the location on the pie slice that the label is pointing at.
1 vote -
Grouping Legend
Group two legends as one Section in High Chart by drawing in a Box
3 votes -
Marker Clusters in HighMaps
See example below:
https://www.mapbox.com/mapbox.js/example/v1.0.0/leaflet-markercluster/
46 votes -
Add Palestine country
https://en.m.wikipedia.org/wiki/Palestine
Will you add Palestine to your work sites such forebears.co.uk2 votes -
Add top border to PlotBand
When plotting a plodBand it doesn't plot the top border, if it's required to not plot the top border for some use cases, there should be an option to plot or not the top border.
1 voteThe plot bands are only single shapes so we can’t currently give them individual borders. What you can do is to add a plotLine at the top value of the plot band.
See http://jsfiddle.net/highcharts/8bkL6pty/ -
highchart solid gauge show a default tooltip or series
many people don't have the idea to move the mouse over the apple watch solid gauge at the first impression, is there anyway to show one tooltip to pretend it's selected by default? or show series around the circle ?
1 voteYou can show the tooltip programmatically: http://jsfiddle.net/highcharts/9ydqmou9/
-
Ability to put a marker on Gauges
It would be great if we can add an extra UI (any UI shape , triangle or arrow shape) on Angular or Solid gauge chart to indicate extra value(probably a target value or goal value) other than the current value.
I know I can put a label anywhere (with x,y pixel values) but this is not dependant on the location of the value on graph. It would be awesome if I can put "marker" (one or more?) with a series data value to insert a shape or something similar.
1 voteOne way to do it would be to add a static dial: http://jsfiddle.net/highcharts/mgucea1x/, but you are limited to the options given for the dial shape.
-
callback for 'noData'
When there is no data to display, the message shows up on the chart. But there are things users might want to do in such a situation. For example, I have custom navigation buttons which lose meaning when there is no data. Some might even want to remove the context menu button. It would be great if there'd a callback where you could add/remove elements to/from the chart.
7 votesThanks for your suggestion! You can wrap the showNoData and hideNoData functions to add your custom code: http://jsfiddle.net/highcharts/3u2crb53/
-
Hive plot
I would love a Hive plot to show how stuff is connected. Like this: https://bost.ocks.org/mike/hive/
6 votes -
Faded rectangle on candlestick chart which indicates minimum and maximum based on time t1- begin and t2-end of time window.
Idea is shown here: http://waszczyk.com/resources/rectandleDoNotDelete.PNG Top edge indicates a maximum from chart and bottom edge shows a minimum with respect to input- T1 and T2. The background color is faded and custimizable.
3 votesCould a polygon series work for you? http://jsfiddle.net/highcharts/n43L0a2x/
-
Highchart scroll
Can I move scroll to particular x-axis location on chart through Javascript?
1 vote -
highchart - chart should be overflow = auto
Can we have any highchart functionality/feature that dashboard can automatically adjust width(HScroll bar) & height(VScroll bar) ?
Like chart should be overflow = auto (as per data)
1 voteHi, with the new axis scrollbar feature it is possible to set a fixed range on the axis, so that the scrollbar is visible for longer series: http://jsfiddle.net/highcharts/fh0ormh5/
-
1 vote
-
3D chart with round columns
Instead of the square 3D columns, make those columns nice and round. Like poles!
Example: http://www.codeproject.com/Articles/23012/Simple-Column-Chart-Generator
6 votes -
Can you please advise if i want to create pointer line between bubble and label ?
Hello, today I want to modify bubble chart to have a label and line from label pointing to any bubble, that something like pie chart have a label and line pointing to any piece of pie chart.
This time it's possible to do that or have any idea ?
Thank you. :)
9 votes -
Allow injecting a tooltip into the document body directly
Allows using highcharts within more complex stacking contexts, and offers a much cleaner solution to issues like http://stackoverflow.com/questions/18658043/highcharts-pie-tooltip-cuts-off, http://stackoverflow.com/questions/10734746/highcharts-tooltip-overflow-is-hidden, http://stackoverflow.com/questions/31415313/force-highcharts-to-display-tooltip-outside-of-div-container, http://stackoverflow.com/questions/20556824/highcharts-tooltip-z-index, http://stackoverflow.com/questions/15130311/highcharts-labels-visible-over-tooltip, etc.
4 votesI think this study addresses the problem:
http://jsfiddle.net/gh/get/jquery/1.7.2/highcharts/highcharts/tree/master/samples/highcharts/studies/tooltip-outside-box/We are considering making this a part of the core. Does it resolve your problem?
-
little things to get dusty enterprises into web era to enable HighCharts (more)
Some enterprises:
-have websystems that force you to save files locally instead of letting the browser handle it, which sabotages AJAX and with that pretty much HighCharts
-think in filePaths not HTTP URLs (partly because of the previous)
-have mostly employees for which "Save As CSV" is about the most technical thing they're capable of
-have an Oracle person, who can't do JS, e-mails a lot of .xls files, or gets expensive outsiders to code custom solutions not as nice and flexible as HighChartsMy suggestions to fix these matters are:
dataviz ideas:
genericCSV2barChart
openWebFilesInsteadOfDownload
parseOracleUserSnippetsJS
filePath2URL
filePath2URLinFileExploreropened github…
1 vote -
Limit the number of items per line in legend
I've created javascript functions to automate some char creations.
I may not know what the names of my series will be, nor their length, but I know how I want to organize them in my legend (2x3, 2x2, ...).
It would be great if we could set in the legend's options the number max of items per line.
20 votes
- Don't see your idea?