1077 results found
-
PhantomJS: Server Side generated combined charts
PhantomJS/HighCharts at the moment supports only chart by chart server side image generation by passing options of a chart.
It would be nice that when someone passes multiple options PhantomJS and HighCharts consider this as each option as a new chart and stack them together into one image.
Only solution at the moment is that we generate one by one chart and combine them seperetly which i think should be done already on PhantomJS/HighCharts.
3 votes -
Zone based data grouping
I want to have a chart where I can draw a kind of circle on it in which the circle contains a set of plotted points and I can update them by dragging the circle towards any place in the graph
1 vote -
Show tooltip on bubble chart on event
Is it possible to to show tooltip not only on bubble hover but to show it on a button click? it I have no idea how to do that.
Thanks
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/
-
Horizon charts
add horizon chart capability to highchart, cause better understanding of differences between multiple series at the same time and of course, we could use our screen more better than before.
like what we have here:
http://square.github.io/cubism/
http://natesbox.com/blog/wp-content/uploads/2012/04/cubism.png14 votes -
9 votes
-
Enhanced Heatmap with empty spaces between row / column cells
It would be nice to have the Heatmap cells configurable to allow 'empty space' horizontally or vertically.
- Here is one example of the horizontal empty spaces (row cells) http://coolmoviebrowser.free.fr/img/Enhanced-Heatmap.JPG
Regards,
Sorinel14 votes -
3-d bubble chart, or 4-d bubble chart
The 3-d scatter plot could be a bubble where the markers are based on a 4th dimension. Unlike the 3-d coloring of bubble charts, this would be a true 3-d bubble chart.
And a custom marker, say a 3-d 5-point star
https://assets.mypatentideas.com/images/fiddle/star.png
would be a bonus.
1 vote -
Full Width Legend with Centered Text
It would be great to have the option to make the legend auto size to the width of the chart but keep the text centered. I image it would involve dynamically calculating the padding on the legend box but I am not 100% sure if that is the best option.
4 votes -
Add double slash rendering on axis to simple break
Simple breaks may be quite confusing now because the reader of the chart has no indications of the occurrence of a break in the axis. It would be very nice to add to the simple break an axis cut by too slashes same way as shown on the Y axis of this sample : http://jsfiddle.net/gh/get/jquery/2/highcharts/highcharts/tree/master/samples/highcharts/axisbreak/break-visualized/
It would be very nice to have such feature configurable through highcharts editor
visualization of the break in the graph itself is a more advanced feature that could be addressed in javascript because it depends much on the type of graph.
3 votesYes I agree this should be the default visualization. We need an option to turn it on or off though, as it would probably become too obtrusive for stock chart x axes where there is a break every night. Also, the Y axis by default has no line width, so the break by default would be invisible.
Any suggestions?
-
Candlestick charts built from intraday tick data
The candlestick stock chart requires data in the format of OHLC. For intraday candlesticks, it would be easier to feed the raw tick by tick data and have the chart figure out the candles based on the current data grouping.
24 votes -
Add "ondblclick"-Option - e.g. for Exporting-Module
What I want to do:
exportButton.onclick = show Menu
exportButton.ondblclick = direct exportThis should actually be possible using jQuery, but I dislike adding Code beside the Highcharts-Object.
117 votesCurrently available only by DOM scripting.
-
Add calendar widget (Jquery Date picker) to the range selector input fields to highstock.
Entering date manually is a little outdated using a date picker would provide a better interaction.
21 votes -
HighStock Navigator as a standalone component.
Hi,
Please make HighStock navigator a standalone component.
It could have several usages besides driving the HighStock time:
- immediate time selection/change for any web application - much more intuitive than just a Date + Time picker. Right now there's nothing similar: you have it, it's user friendly, but it' just not standalone.
- use to zoom in and out several HighCharts (not HighStock) in the same page. Right now there's only a mouse based zoom (with and selection), but that's not very efficient when using more than one chart in the same page. Syncing those charts is still not…38 votes -
report form
Report form design ?
i have a demand whether there are highchart API to design report form and i can also switch between the row and column after getting the report form?
any suggestion will be appreciated?1 vote -
Be able to select a segment of data from a graph and export the data in order to draw a new graph
It would be great to be able to select between two points of data on one line and cut it. Then use that data that has be excised to plot a new graph.
3 votes -
Angular 2 Wrapper
It would be nice to have Angular 2 Wrapper for Highcharts and Highstock Charts. As it is complicated to implement at first place. My suggestion is to provide some tutorial which will help the world.
3 votes -
AngularJS 2 Support for Highstock Charts
I suggest to provide some of the tutorials of integration of Highstock Charts with AngularJS 2
3 votes -
Plotlines on legend
Plotlines should be able to be added to the legend
134 votes -
Psychrometric Charts
Add the ability to produce psychrometric charts:
http://en.wikipedia.org/wiki/Psychrometrics#Psychrometric_charts
31 votes
- Don't see your idea?