1077 results found
-
Add PlotOptions Series Stacking option to Sort stacked bars
Would like to be able to change the order of the bar segments that are stacked within a bar so that the largest bar segment is first (leftmost) then the second largest and so on.
Would be nice to have a new plotOptions > series > stacking option to support this; maybe 'sorted' ?
Here's a sample; the fiddle will show what the 'normal' stacking option renders: http://jsfiddle.net/mDJ4u/1/
What I would like to render with the 'sorted' stacking option is this:
https://docs.google.com/file/d/0B9onkNkGaChjcXB1S3hFa2R5eUE/edit?usp=sharing
This request may be a duplicate of the request for 'pyramidal' graph:
http://highcharts.uservoice.com/forums/55896-general/suggestions/9142159 votes -
add margin so showlastvalue = false not needed
add margin setting between top of chart area and zoom / data range row. currently one has to set top variable for all axis to move them all uniformly, also offset for axis labels and axis title not uniform, they should all take into account the opposite value of axis and move as group, also spacing between labels and axis title not dynamic, the width of the labels can leave to much space or to little, even overlap. comments specific to highstock, not sure if highcharts works same way
1 vote -
Function graphing for mathematical equations
A way for students to build a graph and plot functions of equations on it - linear, quadratic, sine/cosine, exponential, absolute value.
1 vote -
highlight axis when passing over series
When a chart have several axis it is not easy to see which axis has to be used with a serie.
A solution migth be to higlight (like columns) axis when the mouse passed over a serie
19 votes -
Easier PHP & MySql integration
Actually is very hard to retrieve external Data from MySql and there are not any tutorial in the matter. Thanks
3 votes -
It would be great if scatter plot tools tips could show number of data points in each x/y position
It would be great if scatter plot tools tips could show number of data points in each x/y position
1 vote -
AMD / jamjs support requested
Hello,
I'm using Highcharts quite extensively. Recently i managed to get this library working with require.js and more specifically with jamjs.
First question : are you guys planning to support AMD loading of your library ?
Personally, to simulate the jamjs/require.js package i use this setup
- copy the content of the highcharts js folder to the root of the highcharts folder, get rig of the examples and other directories.
Add a package.json file with this content
…{ "name": "hightcharts", "version": "2.3.5-jam.1", "description": "Highcharts JS is a JavaScript charting library based on SVG and VML rendering.", "homepage": "http://www.highcharts.com/", "main": "hightcharts.js" "jam":
3 votes -
Allow disable date input without hide
Allow do disable date input of rangeSelector without hide one
7 votesFor now, here’s an extension you can use to remove the click event after creation: http://jsfiddle.net/highcharts/9sBMt/
-
Smooth animation transitions when series data changes
It would be great if individual points could be automatically animated when the data sets change.
I came up with a solution myself for a relatively simple data but I would love if this could be used to create cool charts like this (when bubble charts are implemented!)
http://www.nytimes.com/interactive/2012/02/13/us/politics/2013-budget-proposal-graphic.html
here is my quick 'simple' demo: http://jsfiddle.net/Robodude/Dswzy/6/
9 votes -
Add the Ability To Animate Category Positions
Add a fluid animation to re-order axis categories (which would most likely be used for bar or column charts), see:
http://visualization.geblogs.com/wp-content/viz_includes/jobs/#/years/sector/2011
for an example (click play on the timeline).
3 votes -
add a method getExtremes() to the Series object
This would allow retrieveal of max and min data for that series. On a multi-series graph the axis extremes are nice, but being able to grab the extemes of each series would allow for more flexabiilty in data display.
3 votesI set up a plugin that you can use: http://jsfiddle.net/highcharts/acPw9/
-
Add NPS Guage
Implement a Net Promotor Score Guage
7 votes -
Secure version of web service (https) for exporting module
Some websites are hosted using https and raise a security warning if wanting to export a graph. This occurs since the web service for the exporting module runs using http.
Please can there be a secure version of the web service?
I believe this is necessary since certain websites data will need to be secure.
7 votes -
Automatically align data labels (values) when a rotation is set
If a rotation is set for data labels (values), the labels should be automatically centered over the chart elements (e.g. column chart).
It's annoying setting the alignment, the x and the y position for every chart.
There may be an additional option to set a padding between the label and the chart element.3 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 -
Zoom-slider for line and bar charts
When you have a large volume of data and the bars become cramped, it would be useful to be able to zoom in and then slide up and down to view the graph. The current zoom function doesn't allow the user to slide up or down / left or right.
Thanks for all the great work!6 votes -
Improve series highlight on legend hover event (by dimming other series)
It would be useful if you could improve the series line highlight (or equivalent on other chart type) on legend hover event.
Following what is currently achieved on hover state by default, where it highlights the series line by adding line width, it should be possible to dim or gray out the other line series in the graph.
This can be easily done by using events on legend items hovering: http://jsfiddle.net/vitorbarbosa/qpByN/
however, it would be nice if it was implemented natively and for other chart types.17 votesHere’s a plugin that works with columns as well: http://jsfiddle.net/highcharts/Ha3Wr/
It works by setting the opacity on the group element. I don’t expect it to work in legacy IE though.
-
4 votes
Currently you can do this by removing the band and adding a new one with another color.
-
Sub-millisecond resolution
Support sub-millisecond resolution in HighStocks. Nano-second resolution would be ideal.
7 votes -
node.js server
Please provide Node.js integration
15 votes
- Don't see your idea?