1081 results found
-
Add possibility to show input range selector when export charts !
I have posted the request on forum and someone suggest me to edit directly the source for do it...
3 votes -
Type of date/time for region
Changing the type of data displayed by region. For example: in Brazil is "19 de junho", new york is "june 19".
3 votes -
Add Jam support
Jam (jamjs.org) is a client side package manager, and it would be awesome if I could use it to download highcharts.
1 vote -
Calculate the point.percentage for all the chart types or add an option to calculate it
Currently, point.percentage is only calculated for pie chart and stacked chart.
But the other chart type may also need to use this value in the customized label formatter or tooltip formatter.
1 vote -
Combine xAxis.ordinal & xAxis.TickerPositions
For example, stock exchange opens at 9AM, suspend for lunch at 11h30AM, resume at 1h30PM, and closes at 3PM everyday except weekend. Using ordinal, my expectation is that HighStock can only draw xAxis labels as 9 - 10 - 11 - 13 - 14 - 15 for each date except weekends.
I try to fix xAxis labels here http://jsfiddle.net/yDkrJ/2/ but it doesn't work.
11 votes -
If setting x-axis labels on a 45 degree angle, the first x-axis label is not shown
More a bug than a feature request. I'll see if I can attach a screen shot in the next screen
1 vote -
Have flags avoid each other vertically when they are too close.
Overlapping flags makes charts unhappy. Smart flags that get out of each other's way makes charts smile. Thanks!
5 votes -
Export Chart Data to CSV, Excel, and More, via Data URIs
It should be real simple to grab the currently visible series (optionally trimmed to the zoomed x-range), and construct a CSV data data uri, to allow downloading right from the browser, without an additional server hit. In fact, I'm going to try it right now. It might be possible, using certain binary (or XML) JS wizardry to construct the same for Excel.
68 votesHere’s a small plugin for getting the CSV for a categorized chart:
-
Geo chart is really cool, dont you think. http://googlevisualr.herokuapp.com/examples/interactive/geo_chart
Geo chart is really cool, dont you think. http://googlevisualr.herokuapp.com/examples/interactive/geo_chart
22 votes -
Crop / Flow Plot Band Titles
If you have a band title that exceeds the width of the band it currently overflows in unattractive ways. It would be nice if there were a few options for situations where the title exceeds the width of a plot band like:
- Crop (with optional center, left, right, alignments)
- Warp
- Ellipses
- Hide
- Bleed into neighboring plot bands (the current behavior that may not ALWAYS be undesirable)
29 votes -
To add an image at the end of every bar or column when create it.
I am creating a column chart. And I want to add image just at the point where each column ends.
4 votes -
Drawing facility like http://www.freestockcharts.com/
Please apply some drawing facility and also comparisons of multiple series like this website http://www.freestockcharts.com/ on OHLC charts.
9 votes -
Improve the legend color for multi-series pie chart and combination charts
If we add several series onto the pie chart, every data point's color is assigned according to the "colors" option and even some of the data have the same name, they may have the different color.
Can we improve it by maybe adding an option called "uniqueLegendColorForSameDataName" to assure that all the data point with the same data name have the same color and just one entry in the legend?
Currently, the work around is to define the color for every data point and use the "showInLegend" option to hide the legend entries for some certain series.
But you cannot…
8 votes -
Allow label items to be placed in the centre of the chart. Eg align: centre
Currently it is only possible to set the label sing top and left co-ordinates, it would be nice to be able to centre the label, as the strings I pass in are dynamic and therefore some are longer than others which in turn makes the string look out of place when set using co-ordinates
3 votes -
Can I Alternate two charts (like a slideshow) in the same area?
Can I Alternate two charts (like a slideshow) in the same area?
1 vote -
Add 'Invalid date' string to language object
This would improve the translation experience.
6 votes -
add support for subscripts and superscripts to the Renderer buildText function.
Currently, the buildText function doesn't render subscripts and superscripts in the SVG output, but subscripts and superscripts are supported in SVG 1.1 using the baseline-shift attribute on the tspan element. Please add support for parsing <sub> and <sup> tags and rendering them as appropriate tspan elements.
29 votes -
3 votes
-
43 votes
-
Curve Text: as <textPath> in SVG
It would be nice to see HC support curved text as in SVG using <textPath> tags.
I think it could be useful to make some supported chart types or on-roandmap chart types have nice text signs.
Chris
4 votes
- Don't see your idea?