-
mouseOut and mouseOver should work on all series
Currently mouseOut and mouseOver events are triggered only for the highest (in layers) series when multiple series are drawn on the same chart. They should be triggered for any. (The reason is because probably tracker captures all mouseOut and mouseOver events for highest layer.)
1 vote -
Make categories a valid JSON object.
Make categories a valid JSON object. Much easier to use JSON option SQL Server 2016. See functionality SQL Server 2016 for JSON. I want to set categories in Highcharts like so:
categories: [{"name":"apples"},{"name":"bananas"},{"name":"kiwis"}]
Or something else for 'name'. Now I have to use a trick with XML and STUFF to get it like ["apples", "bananas","kiwis"].
1 vote -
Global dateTimeLabelFormats configuration
It would be nice if there was a single option that we could apply our dateTimeLabelFormats for all objects that use that option instead of having to copy and paste it separately for tooltip, y-axis, x-axis, etc.
1 vote -
How can we create centered bar chart?
I'm trying to create a poor man's funnel. What I mean in the title is this:
http://chart.apis.google.com/chart?cht=bhs&chco=ffffff,FF9900&chxt=x,x,y&chxl=1:|Percentage%20converting|2:|Step%206|Step%205|Step%204|Step%203|Step%202|Step%201&chxp=1,50|3,50&chd=t:0,12.5,28,29,35.5,48.5|100,75,44,42,29,3&chbh=a&chs=800x230&chm=N**%,000000,1,-1,11,,c&chds=0,1001 vote -
Sorting on stacked column depending on the stack total.
In our project we use the drilldown stack column. Due to the large number of stacks, now we have given a scroll bar and want to sort the stacks depending on the total value of stacks. e.g. if I have 3 stacks stack1, stack2 and stack3. Now if total value of each stack is 20,10,30 than the order of stack will be plotted in graph like, stack2,stack1,stack3.
If this feature is available or possible in Highcharts. Also please let me know if this feature is paid?1 vote -
Icicle chart from highcharts
I am implementing ICICLE chart ,
And in highcharts I see no chart property for it that I can use to tweak and render ICICLE chart .The implementation is already present in d3 .
http://bl.ocks.org/mbostock/1005873Is there any way I can tweak data and chart properties in Treemap and render IcIcle Chart
Please help me figure this out
1 vote -
Stack multiple charts on top of each other
I've recently run into a case where I need to show a small pie chart on top of another graph chart. I had to use css to put the pie chart on top of the graph. So I guess we might want to have some option for stacking the charts?
1 vote -
1 vote
-
Provide a way to integrate Google Maps as a background
I really like how highstock provides a way to move through time and visualize data by selecting and panning. I would like to reuse this functionality on a map. Sadly, the SVG rendered map provided in other suggestions is not good enough for my case as I would like to reuse some of layers and other APIs Google Maps provide, but allow user to move and select through time and then display data a bit like as a scatterplot (only with positions) on top of Google Maps.
1 vote -
Dynamic labels for treemap
Size of treemap labels autosize according to the size of squares
e.g. http://d3plus.org/examples/advanced/10305148/1 vote -
Border style settings for column chart
it would be nice if we can set the style of border chart to dotted ,dash etc..also if possible to set the background image on border would be great
1 vote -
enhance legend item click handling so that corresponding series can be renamed upon long click (or double-click)
https://github.com/highcharts/highcharts/issues/9239
Actual behaviour
Currently, a common click on a legend item is handled in a way it toggles the corresponding series visibility.Expected behaviour
The idea is about improving click handling so that user gets an opportunity to rename series if click is long enough.1 vote -
islands
add two islands for VietNam: Hoàng Xa and Trường Xa. PLess....
1 vote -
Creating Italy's regions as done for German and France
Regions of Italy like France regions admin2 and German admin 2 are missing. Would be a great idea having those as well. Thanks in advance
1 vote -
crosshair label shape
Can we make the crosshair label shape like blow image http://i.imgur.com/5fBPnFs.jpg
1 vote -
Add ability to change the "look at" point in 3d plots, or alter the default to use the center of the plot
Currently the view is aimed at the center X and Y, but min Z.
With deep 3d scatter plots, this leads to parts of the scatterplot being invisible at certain rotations (eg. after rotating 90 deg, half of the view is empty, other half contains points).
As an alternative, I would suggest changing the default for 3d scatterplots to take z depth into account (aim at center Z).
1 vote -
Pie chart backgroundColor
Add possibility to give the piechart itself a backgroundColor. So only the circle area.
1 vote -
Conditional Colors Minimum Maximum
Example: 20 shops with the same 20 products, 3D bar charts, lowest price per product green, highest price per product red, others default color, e.g. grey
Result: which shops have lowest prices.
It should be possible that minimum and maximum can have a range (e.g. +- 3 %) to have the green or red color.
1 vote -
Pie Chart with resizable segement that adjust automatically after the proportion of any segement is stretched or contracted
Pie Chart with resizable segements using mouse with all segements adjustment after any segement is stretched or contracted.
1 vote -
Error bar tooltips
I would like the option to show a the numbers for a single data point and its associated margin of error (M.o.E.) bar in a single unified tooltip, as in:
[ Apples: 67.5 (M.o.E.: 63.4 - 71.6) ]
I would like this rather than having the data points and margins of error on separate tooltips or having data for all series on the same shared tooltip.
1 voteHi, you can do that with a custom pointFormatter that looks for the next series and inserts the margin of error: http://jsfiddle.net/v3yfcf2o/
- Don't see your idea?