1083 results found
-
Predefined set of lineargradients
If define global.lineargradient, then switch lineargradient on. Also I hope highcharts has it own set of default colorscheme for gradient which I don't need to worry about.
2 votes -
have options for pie charts with single values
When a pie chart has only one item, a white line appears (the border). This is easily fixed by specifying a borderWidth of 0. But on hover, the line reappears. It'd be nice to be able to disable that border on hover as well
2 votes -
SPIE Chart
Dual PIE charts with 2 sets of data with both Radius and slice changing. As mentioned here :
http://eagereyes.org/criticism/cost-of-a-sick-chart2 votes -
2 votes
-
Trigger event when hover the mouse over the chart.
Trigger an event with X,Y.. when hovering the mouse over the chart.
2 votes -
Any chance of summarised data in a drill down tree view?
Excellent product by the way.
2 votes -
id and getPointsByCategory
- please expose the 'id' attribute of series. highCharts and highStock can use chart.get(id) to get an series/axis/point. point and axis and explicitly get and set an id attribute except series.
- add function 'getPointsByCategory'. I am using a column chart and I have to get points in specific column, but I have to do it myself because I can't find a function to do it.
best wishes for a more perfect highCharts. Thank you very much.
2 votes -
get pdf of all chart of one page on one click
and i want to store all image of chart on load of page
2 votes -
HideChats like pie,line etc
in chat i have pie,line,spline ets when i click pie it will hide and again i click pie it show like line or spline
2 votes -
Visualizing Graph data
It'd be great if we can visualize a graph/tree using Highcharts library.
2 votes -
2 votes
-
2 votes
-
Show/Hide one or more bars in bar/column chart
A drill down technique. Want to create a bar chart showing only "parent" bars -- but passing all the data for the "children" bars at the same time only setting their visibility to 'off', something I thought plotOptions.bar.visible might do for me, but doesn't. Don't want the blank space of just removing bar but leaving the category.
I put together a simple jsfiddle showing how I could do this with a lot of work of controlling the categories and data via JavaScript -- but think its a nice enough idea that you might want it in the library:
A…
2 votes -
Scroll Bar in Highchart
Add scrolling feature to charts in Highchart,
for older versions of highcharts, i have used scroll bar by copying the scroll bar code from highstock Js but same is not working for Highchart 3.0.2 votes -
Add functionality to email a chart report
there should be a functionality to email report as pdf,jpeg .. to the multiple user without saving it on the server
2 votes -
Data labels render opposite of bar/column starting point
I would like to be able to position data labels opposite of the data render on the chart.
Take a bar chart with positive and negative values for example:
If the data has a positive value, then the data label will appear just to the left of the 0 line. If the data is a negative value, then the data label will appear to the right of the 0 line.I have photoshoped an example here: http://i.imgur.com/0I1jSHW.png
2 votes -
make reset button on pinch optional
When a user zooms in the chart through pinching, a "Reset zoom" button appears automatically.
It should be possible to modify its behaviour, mostly for self-baked zooming solutions: deactivate, change label, etc.
2 votes -
Circular visualization
To see relations between different groups you can vizualize them on a circle. This page is showing nice examples: circos.ca
So this can be a nice feature to have in future versions.
2 votes -
add "after tooltip show" event
I want to do something after the tooltip shows.
And I found the "point hover" eventBut when I use the "crosshair" option, it doesn't need to hover the points to trigger the tooltip, anywhere of the chart triggers the tooltip
So now I can only do something when user's mouse hovers the points
I want to do it when the tooltip shows,
So i think it's better to add a "after tooltip show" event in options.
thanks
2 votesYou can use the internal chart.tooltipRefresh event: http://jsfiddle.net/highcharts/Ym4UA/
-
Get Series by name option
Can we have option to get series by name like
chart.series['name'] as of now either need to iterate like
$(chart.series).each(function(i, serie){console.log(serie.name)})
or if we the know the order then fetch chart.series[0].name
2 votes
- Don't see your idea?