1077 results found
-
Will you plan support the connectors between bubbles?
Will you plan support the connectors between bubbles
( http://www.highcharts.com/demo/bubble)
since the connection between bubbles can express the figures more details.1 vote -
Semi circle graphs
it would be nice to have semi circle graphs to show e.g professional experience duration (especially Year wise.) e.g a person works from 2008 to 2012 in a firm, there would be a semi circle with a Title of firm
1 voteWe just implemented this as a donut chart with a new option, endAngle. See http://jsfiddle.net/highcharts/d73bR/.
-
1 vote
-
Allow HTML tables to have formatted numbers in Data.js
An HTML table that has dollar signs and commas does not work with Data.js. Support can be added like this:
Original code:
.innerHTML;replace with this code:
.innerHTML.replace(/[$,]/g, "");1 vote -
save image is my server
I want to save image to my server. I have done intro http://www.highcharts.com/docs/export-module/export-module-overview. When i used da svg(xml), system saved. but i used data json ,i can't save. error: org.apache.batik.transcoder.TranscoderException: null Enclosed Exception: Content is not allowed in prolog. at org.apache.batik.transcoder.XM......
how can you help me. (i used php)1 vote -
Add a R/Y/G slider scale with milestone markers
This would be a linear bar scale, with Red Yellow Green coloring.
As milestones are achieved the would be marked on the top of the bar with an triangular marker.This is useful in presenting financial data. For example the bar would represent revenue the milestone markers could represent Q1 Q2, YTD, etc..
1 vote -
1 vote
-
mouseOut and mouseOver should work on all series
Currently mouseOut and mouseOver events are triggered only for the highest (in layers) series when multiple series are drawn on the same chart. They should be triggered for any. (The reason is because probably tracker captures all mouseOut and mouseOver events for highest layer.)
1 vote -
Provide a way to integrate Google Maps as a background
I really like how highstock provides a way to move through time and visualize data by selecting and panning. I would like to reuse this functionality on a map. Sadly, the SVG rendered map provided in other suggestions is not good enough for my case as I would like to reuse some of layers and other APIs Google Maps provide, but allow user to move and select through time and then display data a bit like as a scatterplot (only with positions) on top of Google Maps.
1 vote -
Area chart with numerical x-axis rather than categorical x-axis. Our particular application plots the physical boundaries of en
Area chart with a numerical x-axis rather than a categorical x-axis. Our particular application plots the physical boundaries of metallic engineering sample slugs post-impact. (We're studying shock stresses and strains.) We use Highcharts for all our other 2D plotting and it'd be great to preserve the look and feel for these types of plots.
Currently I have a workaround where I plot an invisible line of the correct dimensions to set up the plot and then draw in the boundaries of the slugs using the renderer methods. It works but it's a hack.
1 vote -
fix a problem of not drawing lines in highstock when values are identical from min to max
in highstock, when data values are identical, the line will not be displayed.
1 vote -
Add 2nd navigator to improve usability of charts with many points
I find it hard to focus on specific parts of a chart once it contains lots of data points: the navigator's "handles" can be so close to each other that it is unusable. My suggestion is the following: show a 2nd navigator if there's a "more-specific data" to show (meaning - the narrowed area itself contains many points).
To demonstrate my suggestion, I implemented this with two separate charts, one sitting on top of the other, with a slightly shorter height (so that the original's chart navigator is still visible):
http://jsfiddle.net/QNV66/Note that this example has only 100 points. It…
1 vote -
Add active text scaling to text beneath column charts.
text beneath a column chart has no scaling. after the creation of a column chart with multiple series the text eventually renders in multiple rows rather than being scaled into just one row of text beneath each respective column.
1 vote -
Multicharts with sliders showing values on all charts as per WeatherUnderground Beta Weather Site.
WeatherUnderground's new beta weather site (http://preview.wunderground.com/cgi-bin/findweather/hdfForecast?query=94965&MR=1) shows the use of three charts showing various weather variables with ONE slider over all three charts showing the values on all three charts. This multi-layered configuration of charts linked by one slider would definitely be great indeed as it avoids crowding too may items on one chart.
1 vote -
Pane Shadows
It would be nice if you could have a shadow for each individual pane in a Highstock chart. Currently you can only do the entire plot area or the collective area of all panes.
1 vote -
Specify z-min and z-max to correspond to minSize and maxSize on bubble maps
You can specify the minSize and maxSize for the circle size on a bubble map, but you cannot specify the z-min and z-max values that should correspond to those sizes, effectively dictating the distribution.
The goal is to be able to add a legend to the map that displays the z-min value and minSize circle as well as the z-max value and maxSize value, but right now that cannot even be rendered manually since the association of the z-min to minSize and z-max to maxSize is hidden.
1 vote -
"Rel=nofollow" -- Google forces webmasters to add "nofollow" on most of the out links, please add the feature in next version.
Google forces webmasters to add "nofollow" on most of the out links, please add the feature in next version.
Billy
1 vote -
Add HighCharts to packagist so that it can be managed with composer as a dependency
HighCharts is not found on packagist. So it would be nice to have it added there. Managing the dependencies with composer is so much nicer and cleaner. Thanks.
1 vote -
Show value on top of plotline or allow multiple labels on a plotline
Plotlines are excellent to point out interesting Things in the chart. With large datasets it can be a good thing to be able to have an additional label for the exact value of that plotline
1 voteThank you for your suggestion.
-
Ability to pan vertically for cases where a series goes beyond the yaxis max?
Can you make it so that I can pan vertically as well for cases where my series goes beyond the yaxis max?
1 vote
- Don't see your idea?