1077 results found
-
Exportable individual border thickness and colors
It would be great if the borders around the charts had similar controls to that of CSS where we could edit the border colors and thicknesses individually. My one example is that we need to have only the left border of a chart thick red while the rest of the borders are to remain thin and gray. Here is an example image: http://connect.urnerbarry.com/public/album_photo/1d/09/0914_e1ba.PNG?c=332c
There is an old idea that is similar but doesn't appear to have any replies other than mine here: http://highcharts.uservoice.com/forums/55896-highcharts-javascript-api/suggestions/4974960-can-we-have-series-border-options-like-left-border
3 votesI think it is a little bit too specific to add to the configuration API, but you can simple add this as a small plugin.
-
Map of Lebanon with all districts?! Please
Please post a map of Lebanon with all districts!
9 votes -
Zoom the background Image along with the axis in scatter charts
Right now in the Scatter chart the zoom function only zooms the value and the axis. I suggest let it zoom the background image also. So image below the clip box will be the new image of the zoomed chart
14 votes -
Saved Image to Match what shown in the browser
Need the save image options to save the image as closely as possible to what is shown in the browser. Currently the saved images mush all the data together making them unusable.
3 votes -
make legend columns width responsive to text
When you have given a width to your legend items, they show up in columns nicely, but because of variable text lengths, not every column needs the same amount of space. Therefore behaviour like an html table would be great, where the first column may be smaller than the second one.
This way, the legend items are nicely spread in the available space, which gives maximum readability and less need of text wrapping.
6 votes -
Hide Overlapping StackLabels
For stacked bar and column charts, it would be great to have collision detection for stack labels that overlap with each other. Since this is already enabled for regular data labels it would be nice to have stack labels behave in the same way and be toggled through a similar allowOverlap property.
13 votes -
How to custom symbols top
How to custom symbols top like image
http://prntscr.com/9jc2um
The symbol on top , the label lenqend bottom
thank3 votes -
Set Intervals on Draggable points
Drag points on lines and columns help, but adding an option to set point intervals while dragging will be really useful and avoid showing the long decimal values to users which often confuses them
1 vote -
Vertical line markers with ToolTip
I would like to add vertical line markers to mark for events which happened during the time-series data (like device reboot, device Update, Connected/Disconnected). Like flags from Highstock, just without any label associated and line going from top to bottom. With axis flags it is hard to precisely see when the event occurred when having multiple series plotted. And because the event is for multiple series all together, it is not reasonable to put them onto a particular series.
9 votes -
PlotLines and yAxis Labels Overlap Fix
When overlap of text occur -> automatically subtract the y coordinate of label by font size.
This can serve any kind of text overlap really.6 votes -
Ability to specify the minimum gap size in seconds
Please, add the possibility of specifying the gapSize in seconds (eg gapTime). It will be very-very useful for timeline charts for Highstocks and Highcharts.
6 votesFor the records, it would not be seconds specifically, but X values in general.
Here’s a snippet that makes the gapSize apply to absolute X values (meaning milliseconds in our case): http://jsfiddle.net/highcharts/wado3rku/
If we implement this in the core, it should probably be called gapValues or gapSizeAbsolute, but we need to check how it works with an ordinal axis.
-
Official API for Dynamically Changing Pan and Zoom Behavior
Please add an official method for switching between various Pan and Zoom behaviors (i.e., to allow for different zoom/pan tools to be selected by the user instead of using a pan key).
4 votes -
data module for database tables
data module was a great addition. have been using that pretty much everytime i can covert my data to csv.
but having database module to load data from one table would be just awesome.
116 votesMaking backends for data bases is complex, as it covers a wide range of different databases and languages. A project like this would have to start with only a few of the most popular backends. We are currently considering a “connectivity” project that will do some of this.
-
Multiseries line chart with error series and shaded units
I am planning to use highstocks chart for a commercial application. But my requirements are a bit different from regular charts. I need a chart with multiple line series. Each series has three parts..one regular series and its two error series i.e. maximum expected series and minimum expected series thus making a single unit series to be consisting of three series. Again each unit must be distinct from other units by use of a color shade as in stacked percentage charts. Is it possible to build it using the existing components of highcharts/highstocks ??
1 vote -
navigator axis position in xAxis array should always be at the end position or removed
Currently the navigator is positioned at number 2 point in the axis array if new axis are dynamically added otherwise it is the last element. This makes indexing int the axis array unnecessarily complicated and confusing. I want that the navigator array either be taken out of the xAxis array and have its own array or at least have a consistent position
1 voteUse the xAxis.options.className to filter out the navigator axis.
-
Button to Save Image or PDF on Server Side
Feature to save Image/PDF on Server Side (like the feature to save it on client side). This would ease in building email functionality. If highcharts can save the generated pdf on a server by means of a button click, we can write an email client to pick that up and send as an attachment. Using phantom and options.js on server side isn't optimal sometimes.
1 voteDe do have an API option on the export server, async, that in effect saves the image for a limited time on our server. Then your script can pick it up from there.
-
email
Feature to save Image/PDF on Server Side (like the feature to save it on client side). This would ease in building email functionality. If highcharts can save the generated pdf on a server by means of a button click, we can write an email client to pick that up and send as an attachment.
4 votes -
Tooltips in plotBands
I need the possibility to show a tooltip for plotBands.
The solution described in http://forum.highcharts.com/post117159.html#p117159 is far to complicated. I'd prefer a single attribute and the handling within highcharts.
6 votes -
Timezone specific to chart, not global
Currently, timezone is global to the whole Highcharts library. It would be great if it would be per chart/instance. We have data sources coming from all around the world and we would like to display data based on their local time, for each data source.
Maybe the easiest solution would be for
getTimezoneOffset
to get chart instance object as a second argument?But the cleanest would be to make this per-chart (or even per series) option.
4 votes -
Color axis support for map with levels
Color axis support for map with levels
https://github.com/highslide-software/highcharts.com/issues/4551Even GeoMap needs same kind of support:
See below cateogy map demo of GeoMap
http://www.highcharts.com/maps/demo/category-mapHere using color intesityif want to show which area has more sale i cant do it easily.
25 votes
- Don't see your idea?