1077 results found
-
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 -
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 -
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 -
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 -
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 -
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.
-
Faded rectangle on candlestick chart which indicates minimum and maximum based on time t1- begin and t2-end of time window.
Idea is shown here: http://waszczyk.com/resources/rectandleDoNotDelete.PNG Top edge indicates a maximum from chart and bottom edge shows a minimum with respect to input- T1 and T2. The background color is faded and custimizable.
3 votesCould a polygon series work for you? http://jsfiddle.net/highcharts/n43L0a2x/
-
Grouping Legend
Group two legends as one Section in High Chart by drawing in a Box
3 votes -
Please add the feature of spacing between series
Please add the feature of spacing between series
3 votesCan you elaborate on that? What kind of series? Where do you want the spacing? A sketch or screenshot would be helpful.
-
Risk Heat Map
I have a need for building a smart way showing a Risk Heat Map.
Is there a way to make:
http://www.highcharts.com/docs/chart-and-series-types/heatmap/Look more like this:
https://wiki.scn.sap.com/wiki/download/attachments/409339066/Webdynpro_1.png?version=1&modificationDate=1428301354000&api=v2or
http://www.cgma.org/Resources/Tools/essential-tools/PublishingImages/risk-heat-maps.jpg
It would be really nice to get some help/ideas how to solve it easily (if that's possible).
Thanks,
Niels3 votes -
Allow datetime axis labels to use guessed tooltip date format
With bigger time series data the x axis may have labels like 2012, 2013, 2014,... while the tooltips display January 2012, February 2013, since this is the actual data spacing. I think it is sometimes confusing to have those two different date formats and it would be nice to be able to specify that the datetime axis labels should also the same guessed date format as the tooltip.
I currently work around this with:
var xAxis = chart.xAxis[0]
var labelConfig = chart.series[0].points[0]
var guessedTooltipDateFormat = chart.tooltip.getXDateFormat(labelConfig, labelConfig.series.tooltipOptions, xAxis)
xAxis.update({labels: {format: '{value:' + guessedTooltipDateFormat + '}'}})3 votesCurrently the axis and the points live separate lives in a datetime axis, because we don’t necessarily want a one-to-one match. See for example http://jsfiddle.net/13tbwp3j/, where one axis tick per point would result in a cluttered axis.
-
Prepacked Export server
We would like to use the Export server and it would be much easier to get sign off to use it, if it were a pre packaged appliance, i.e. an OVF etc tht can be loaded up in VMWare. the appliance could carry a same support fee for upgrades to the OS, prerequisites and Export server itself. finally a support option could be added
3 votes -
Calculating extremes by visible points
When selecting time range in highstock chart, y axis scaled according currently visible points and one point outside visible range. Demo: https://jsfiddle.net/85t2yjyz/
It is explicitly stated in source. https://github.com/highcharts/highcharts/blob/master/js/parts/Series.js#L684
In some cases it's not necessary, extremes must be able calculated with only visible points.
I suppose that it should be some option to control this behaviour.3 votes -
Scale for each Y-axis on Polar Chart
Similar to Tof's idea but I believe it's a bit different, it's not just max that I want to show, but a full scale for each series on the polar chart. I also need to show these axes in two different places - right now the only workaround is to layer one set y-axis of labels on top of another. Please see this image for an example of what I'm looking to do in highcharts: https://s32.postimg.org/5gnejaln9/polar_chart_with_multiple_y_axes.png
In addition, I am unable to show a single line for the axis right now, the only way to show a line at all…
3 votesThis is now implemented for the next maintenance release.
See a live demo at http://jsfiddle.net/ymp6gwe1/
The source code changes can be seen at https://github.com/highcharts/highcharts/commit/b44a6a74325210e8d071d2b91ea3400fbc650558.
-
axis typ: doule logarithmic
Hey,
for the Weibullplot the Weibullpaper with a yAxis scaling is normaly used: (http://weibull.com/hotwire/issue8/rb8_3.gif; http://weibull.com/hotwire/issue8/rb8_13.gif). There is no option for axis with double-logarithmic (or other funktions) scaling. So far I transform the data accoring to the formular, but the isn't the real probability shown in the chart.
Idea: define scaling with a funktion (in the weibull case: double logarithmic) --> axis type mor flexible?3 votes -
Allow column chart rounded corners to display with non-zero y-axis
If you have a chart such as the following: https://s3.postimg.org/juxazrv5f/Screen_Shot_2016_08_19_at_20_19_08.png
And you change that yaxis 0 value to non-zero, i.e. 10, then the following occurs: https://s3.postimg.org/jdop36c8z/Screen_Shot_2016_08_19_at_20_18_27.pngWe urgently need a hack/workaround to once again display the rounded corners. We are using Torsteins rounded-corners plugin to achieve this.
3 votesCan you share some more information? In this example, it works okay: http://jsfiddle.net/highcharts/6ee7wm2k/
-
Bubble Coloring
We have a requirement to color the bubble depends on the size. Basically, if the value is high, it will have a darker color and for a low value, a lighter color.
3 votesBy borrowing some functionality from color axis, you can compute dynamic colors for the bubbles: http://jsfiddle.net/highcharts/pa9byxym/
-
slide to lines of data left and right on the graph in order to line them up
If I have 4 or 5 lines of data but their time stamps do not match it would be great to be able to slide each line left and right independently in order to overlay relevant data. (eg. 5 GPS traces that were all started at the different times, but all contain a 10 minute segment of effort that each athlete has done within that segment.
3 votes -
Be able to select a segment of data from a graph and export the data in order to draw a new graph
It would be great to be able to select between two points of data on one line and cut it. Then use that data that has be excised to plot a new graph.
3 votes -
AngularJS 2 Support for Highstock Charts
I suggest to provide some of the tutorials of integration of Highstock Charts with AngularJS 2
3 votes
- Don't see your idea?