1077 results found
-
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 -
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 -
Multiple datetime xAxis with same ticks interval
Like this https://i.stack.imgur.com/zgg2L.png (Yandex.Metrika, with highcharts, but second xAxis make with highcharts block wrapper for draw dates on top)
Example: https://jsfiddle.net/wtaq5jcL/
Problem discuss: http://stackoverflow.com/questions/40740647/highcharts-two-datetime-xaxis-chart-with-same-ticks-interval
3 votes -
showOnlyInNavigator
In stock chart, when adding multiple series to a navigator you use "showInNavigator: true", but there doesn't seem to be a "showOnlyInNavigator". So In order to add multiple series to the navigator which aren't in the main graph, I have to add them using "showInNavigator" and then attach a load event to hide those series from the main graph. A "showOnlyInNavigator" option would make this much simpler/cleaner.
3 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?
-
Drag whole chart to move around, not part of them
Drag whole chart to move around, not part of them.
So it could put to any place by a designer3 votes -
Release SVG to Map as a independent tool
Today we have a tool in http://www.highcharts.com/studies/map-from-svg.htm that actually works...
But, that tool does not work as a "independent" tool, running in NodeJS, for example, and because of that it is simply not usable to convert maps in mass, passing multiple files and converting everything with just one command.
Please, release that tool as a independent NodeJS tool, installable via NPM!
3 votes -
Pagination facility providing is most important for bar charts
Pagination facility providing is most important for bar charts
3 votesWe don’t have pagination currently, but you can add a scrollbar to the X axis: http://utils.highcharts.local/samples/#view/stock/yaxis/inverted-bar-scrollbar
-
feature to drag sku from chart to empty bookmark component(another empty chart)
feature to drag series point and drop in another chart which is empty(like a series bookmark holder)
3 votes -
Dynamic description
Currently the chart.description property accepts a string.
If there was a chart.descriptionFormatter or similar property that expected a function. If this function was passed the chart data then it would be fairly trivial to make dynamic descriptions.
This would be fantastic for accessibility too in dynamic cases such as stock charts. Knowing that it is a line chart the developer could easily write a function that could return something along the lines of:
"This is a line chart showing Acme Co's stock price between {startDate} and {endDate}. In that period the price has [risen to|fallen to|remained stable at] ${price}. Volatility…
3 votesThis is a great and simple idea to implement.
-
tooltips for legends
tool tips for legends will be helpful
3 votes -
Support of EDGE web browser in offline export
Currently, there is no offline export for the new Microsoft EDGE web browser and it would be great to have this web browser also supported.
3 votes -
printing Chart with Scroll Bar
Do we have an option to print the complete chart instead of the just the part of the chart in view when using a scroll bar
Example: http://jsfiddle.net/gopinaghr/kUSyF/293/
I would like to print complete chart using the print button.3 votes -
3 votes
-
Bubble chart- Data label positioning at the bottom
As of now, If the bubble is near the x-axis, by default the data label is positioned on top of the bubble. Our requirement is to align within the plot area (above the x-axis) either to the left or right of the bubble.
Thanks In Advance
3 votes -
linechart symbol markers at the end of each line
At SSB we have a lot of auto generated charts, and need symbol markers on charts to fulfill accessibility requirements, but on a lot of our linecharts the point density is so great that the chart becomes unreadable, but not dense enough for the "null" option to kick in and remove the markers.
Therefor, what we need is that marker symbols appear at the end of each line, while also appearing at the corresponding legend.
(We tried a solution that was posted in another feature request, but found no way to implement it with auto generated charts and also it…
3 votesI have implemented a new option, enabledThreshold. Now we can explicitly add a marker to the last data point to achieve the required effect: http://jsfiddle.net/highcharts/sj167xkm/
-
USA territories map with counties
We have a map for USA with counties, and one for USA with territories, but none with territories with counties.
3 votes -
to export heatmap chart csv same as column stacked chart csv
I want to export heatmap csv made by export-data.js same as column stacked chart csv made by export-data.csv.
3 votes -
Draggable crosshair label
It would be nice to make a crosshair label draggable. So that user can move with the mouse the crosshair label away from the x-axis.
Image: https://imgur.com/a/nlqGhOr can it be another draggable element that will show what crosshair label shows?
3 votes -
3D charts with z-axis having dynamic depth
Currently in 3D charts, if you have a 'column' chart the z depth is not dynamic, it stays the same default of 100 and never updates with more/less data. This is very different from the how all 2D charts work with the data filling the frame, and how 3D scatter works with the data filling the box. I think it would be more consistent/intuitive if the 3D column chart had this feature built into it, and and force the user to override the dynamic sizing if they don't want it
Here is an example of what I am talking about: …
3 votes
- Don't see your idea?