1077 results found
-
Download builder - add a url to identify and regenerate or modify a build
It would be very convenient if if the generated file contains a URL which enables a user to identify and regenerate or modify a custom build.
Modernizr offers this service:
http://modernizr.com/download/#-fontface-draganddrop-svg-shiv-cssclasses-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes16 votes -
Adding a chart type: line chart with irregular intervalled x-axis.
For example, if you have 4 decadal data points for median income (e.g. [1980, $35,000]; [1990, $40,000]; [2000, $50,000]; [2010, $49,000]), and you want to show this data in a line along with annual data for 2011-2014 (e.g. [2011, $49,500]; [2012, $49,750]; [2013, $49,900]; [2014, $50,000]), if you use the current line chart option, each of these years will be evenly spaced on the x-axis but such spacing is not proportional the number of years between each point and I would like to see a line chart option it was.
16 votes -
Insert series at specific index
Similar functionality to addSeries except with an index parameter so you don't have to always add series to the end of the array.
15 votes -
Built in CSV support/Separate data from config
Please add "native" support for data as CSV. Partially in docs you describe how to make use of CSV data, but I think this is just too inconvenient. A nicer approach would be to have the API separate the "data to display" from the "configuration of a chart", where the data would be as CSV and the configuration as JSON or XML. Take a look at AnyCharts (or better AnyStock) for a very nice API that does this.
15 votes -
Cursor X Value and Event
Using a cursor line following the mouse, not points, would be very useful know current cursor value (X axis value) to allow us to interpolate Y values and a way to set a JS method that will be fired on cursor move.
Is very common a table with the columns (Timestamp and Value), but in some analisys, is very useful "see" the value between 2 points. The value between this 2 points doesn't exist on dataset, but can be interpolated. With the current X value of cursor and a event will allow us to develop a JS interpolation method.15 votes -
outline border to stacked column bar
Instead of individual column border in stacked column.Can we apply one Outer border to Column in a single Stack . Here you can see : http://snag.gy/7KqAY.jpg.
15 votes -
pinch zoom for ipad/tablet
I would like to give the user the ability to pinch zoom much like sencha charts
15 votesPinch zooming is being developed for Highcharts 3.0.
-
node.js server
Please provide Node.js integration
15 votes -
Position of axis
I would like to be able to choice the position of my axis, for logarithmic chart or not, like this image : http://img15.hostingpics.net/pics/881099axis.png
Indeed, I need to split my chart in 4 part in taking the x-axis and the y-axis in a exactly point.
Have you got a solution or is it possible to take this in the roadmap?Thanks
15 votesYou can position your axis absolutely through the offset option: http://api.highcharts.com/highcharts#xAxis.offset.
Combined with chart.marginLeft, chart.marginRight etc., it provides absolute pixel positioning control. -
Dynamically change the menu items of the Export menu
Add the ability to dynamically make changes to the MenuItems located in the chart.options.exporting.buttons.contextButton, without having to destroy/recreate the chart, similar to setTitle() and addSeries() ability to dynamically change the titles and data, respectively.
Currently, one can access the array of MenuItems, and one can make changes to the objects themselves, specifically the onclick() function; the function itself is updated.
However, the text/styling, which may also need to be updated, is NOT reflected in the chart unless you destroy and recreate the chart.
Please add some function, perhaps that may accept an array of menuItem objects, that will re-render just…
15 votes -
Tooltips should show the serie symbol
Right now the tooltips have this default for the pointFormat option:
<span style="color:{series.color}">\u25CF</span> {series.name}: <b>{point.y}</b><br/>.
\u25CF is always a circle, instead of matching the serie symbol, like it does in the legend.
This is very important for charts with many series, when using a shared tooltip. Especially if you are color blind.
15 votes -
Provide control over X axis point in dataGroupng
Grouped points are aligned to the left of the group by default when dataGrouping is applied.
smoothed
option allows the data to be shifted to the middle of the group.Would be great to have option to get grouped points with X coordinate of rhe most right point of the group.
15 votes -
dynamic change chart type
When you right click on the chart you can select to view the same data in a different chart type like change from bar to pie
14 votes -
Matrix charts
I would like to submit a matrix chart project witch could allow us to draw chart in 2 dimension.
14 votes -
renderTo container for legend
Add optional render container for legend, in this case we can make floating and other things on legend
14 votes -
Add mouse events for chart axes
I need to be able to capture mouse events on axes - primarily hover (mouseenter/mouseleave) and click - so that I can expose axis options in a user friendly way.
I suggest adding these events to the axis definition, much the same way that series and points are done. Also need to be able to identify which axis was clicked (just the id is fine)
14 votes -
Datapoints provided in the series, if NaN, kill the entire chart.
NaN as a datapoint should be gracefully handled, rather than the chart showing no data at all. see this example http://jsfiddle.net/RL6UY/
14 votes -
Limit the max number of ticks to prevent the browser from being no response
Small value of the "tickInterval" option results in too many ticks that cause the browser to be unresponsive. (To reproduce by changing the series data from "500" to "10000" at below jsfiddle link.
So it would be helpful to have the max tick number as a cap.
If the data range is too big and tick interval is too small which makes the tick number too big, then the max tick number is used to prevent the unresponsive behavior.14 votes -
Have percentage position instead of fixed position for labels for different screen resolution
i would be nice option to have if highcharts has option for html label position based on screen percentage instead of fixed position in pixels. it would help a lot for different screen resolution
14 votes -
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
- Don't see your idea?