1077 results found
-
redraw chart on mobile orientation change
With Highchart version 3.0, the chart does not get rendered on mobile orientation change. I am not sure if this is available with Hightchart ?
4 votesHighcharts doesn’t do anything internally on orientation change, except it reflows if the window.resize event fires.
You can add your own listeners to orientation change though.
What does the case look like? Is there a problem?
-
Allow treemaps rectangules to also accept borderRadius
Right now when using a treemap squarified the borderRadius is not accepted for each individual rectangle composing the treemap. It would be very handy to have that.
3 votes -
Allow Integration with Rest/Soap API
With Google spreadsheet integration Highcharts makes more sense. However it would be great if highchart cloud is also supports REST apis with public and private api support (allow storage of credentials/authentication).
1 vote -
Suppress gaps in multi-series column charts
Consider this chart where one series has a missing value. JSFiddle: http://jsfiddle.net/pclaar/zmktekak/2/
(Note that New York does not have a value for February.)
I would like to instruct HighCharts to remove the gap created by the missing data point, effectively showing three points for February.
11 votes -
Draw border for bar so that it doesn't increase width of bar
When a border is added to bar/column charts, the border goes X pixels around the bar. This causes the bar to overlap over the axis lines and possibly other bars. See this JSFiddle example:
http://jsfiddle.net/aaewong/6kmu11md/5/It would be nice if it could look more like this instead:
http://jsfiddle.net/izothep/0ubmw73z/7/1 voteSimple plugin for you: http://jsfiddle.net/6kmu11md/7/
-
Improve Bubble Animation when updating between Positive and Negative
I’m using a bubble chart to display positive and negative data, and I have the data dynamically updated like in this example: http://jsfiddle.net/0jcaqnL4/3/
The problem I have is that the bubble that becomes negative, while turning the correct color, has a confusing animation that appears as if the bubble is growing. We’d like to see an animation in which the bubble first shrinks all the way and then grows to the correct negative size.
3 votes -
13 votes
-
allow language options to be set within chart config
Allow the ability to set language options within a specific chart configuration. This would override any global language settings.
$('#container1').highcharts({ lang: { numericSymbols: [' thousandzzz', ' millionzzz'] }, series: [{ data: [0.029, 71.5, 1.06, 1292, 14400, 1.760, 135] }] });
3 votes -
print
Resize/Redraw to Container Size when printing whole webpage via Browser. To be able to customize a print layout with CSS @media print.
Very useful when printing multible highcharts on a single paper/pdf page.4 votes -
Applying axis.breaks dynamically
Hi, I am not sure whether this is right place to put this link http://jsfiddle.net/roytirthadeep/pupk16ys/9/,
please excuse me for the sameFor the last couple of days I am trying to figure out a way to apply axis.breaks dynamically. But, the issue is breaks are applied properly based on the break size specified but the ticks are overlapped. How to resolve the issue.
Steps:
- Start and wait for sometime (5 secs)
- Pause and wait for sometime (5 secs)
- Now, click start again, we can see the ticks are overlapped.Is it possible the same using axis.breaks…
3 votes -
background color/image for navigation bar in highstock
the same as chart .
so user can set background image or background color for navigation bar3 votes -
Add option to set a minimum slice size in a pie chart
There is minPointLength for bar charts, but nothing for pie charts. When we have a pie chart in which the numbers differ greatly, the smaller sections are not visible.
46 votes -
Add one more default line color
Making the default set of line colors not be a multiple of the default set of symbols would make it easier to distinguish more lines on a chart. At the moment red lines always have triangle symbols. By adding one more color each time the first color was reused it would be on a different symbol.
1 vote -
How to add different highcharts themes to different charts on same web page
If we can apply different themes to different charts on same webpage, that will be good. Because if we apply same highcharts theme to all charts that changes all charts color combination (column, pie, bar etc). If it is possible to add a particular theme to particlular chart so that colors of column, bar, pie will be according to defined in theme.
By doing this we can create a single js theme file for all charts, which will contain all same css for all the charts and different theme for colors of column, bar, pie, heatmap etc.3 votes -
uniquely display multiple points at the same coordinates
When building a scatter plot with multiple points with the same coordinates, there's no visual cue or ability to inspect the different points on the same coordinate. Add the ability to display a single point that represents multiple points and then allow the user to expand the single point in to multiple points.
4 votes -
Heat Map with square box ...
How can i plot heat map with square as each intensity pixel instead of rectable as show in the link.
Pls hlep me as i am in great need.
Thanks
4 votes -
Rotate funnel chart
it is posible to make an option to rotate the funnel chart 90º to left or to the right?.. it will be helpful. Thx
11 votes -
Highstock and sparklines
It seems it is not possible to use highstock and sparklines? I would like to have a navigator which would select a range, but then a series of nicely spread sparklines. So something like this demo (http://www.highcharts.com/demo/sparkline), but just that below there is a navigator.
1 vote -
Icicle chart from highcharts
I am implementing ICICLE chart ,
And in highcharts I see no chart property for it that I can use to tweak and render ICICLE chart .The implementation is already present in d3 .
http://bl.ocks.org/mbostock/1005873Is there any way I can tweak data and chart properties in Treemap and render IcIcle Chart
Please help me figure this out
1 vote -
create power point report from highcharts
have some PowerPoint charts I want to convert to power point report. Is there any solution for that? Please help
Thanks3 votes
- Don't see your idea?