Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1072 results found

  1. In "everviz", "Connect Google Sheet" is a great feature to "Import live data" to the charts.

    This is not available for the "Maps". I will appreciate it if you provide such an option for the maps.

    Thank you in advance.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. can we have Dependency wheel labels orientation like below attached like

    https://www.highcharts.com/forum/viewtopic.php?p=151318#p151318

    27 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. I do not see any way to change the size of legend icon. I am rendering two series of scatter plot having million points and set marker radius size to 0.1. Plot looks great. But the legend icon of radius 0.1 is very tiny hardly we can observe it on the UI. I would like only legend icon to be in default state i.e. of radius 4. In this way user will be able to understand which color goes for which series.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. is this option available in highchart the concept of lesso section in highcharts in scatter plot

    https://plotly.com/javascript/lasso-selection/

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. We have the option to invert a chart's columns and rows, by setting chart.inverted to true. However, this does not seem to effect the html table (exporting.showTable). Nor is it possible to only invert the html table and leave the chart intact.

    TLDR: An option to invert the rows and columns of an html table.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. For boxplot chart, when setting zones, highcharts uses the high value as threshold.
    It could be great to be able to configure highchart to use a different value (median for example)

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. I am currently in the middle of a project where I need to format Y values differently per series and the X values need to be converted from timestamps to week numbers.

    Right now I'm hacking together a solution based upon feedback in this GitHub issue: https://github.com/highcharts/highcharts/issues/11891

    It is not intuitive nor simple. I will work on a PR when time allows.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Can you please provide an example of this implimentation https://jsfiddle.net/Lcg6jmqb/ with latest version of highcharts 8

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. I'm working on the implementation of Maps in our application. Internally, we identify states as ISO3166's subdivision codes. It seems that this codes do not always match the "hc-key" provided in some maps. For example, for Argentina:

    https://code.highcharts.com/mapdata/countries/ar/ar-all.js
    "features": [
            {
                "type": "Feature",
                "id": "AR.TF",
                "properties": {
                    ...
                    "hc-key": "ar-tf",
                    ...
                    "woe-name": "Tierra del Fuego",
     ...
    

    While in the ISO, the code is different:

    https://www.iso.org/obp/ui/#iso:code:3166:AR
    Tierra del Fuego -> "AR-V"
    

    "ar-tf" != "AR-V". In general, in US states the only difference is the letter case (it's lowercase for hc-key, while it's upper case to ISO).

    Can we add the ISO…

    72 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. The Heatmap doesn't depict the user selection, nor does it behave like all the other charts. For consistency we need the heatmap to allow for active selection and show what the user selected

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Currently we are not able to export a chart in multiple pages. So, in case the chart is long, and I want the point width of a bar chart to specific value I would like to export it in multiple pages. It would be good if you implemented this feature as soon as possible.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Is it possible to add support for a chart cursor, a vertical line following the mouse which shows the tooltips for multiple series.
    This should also work with zooming.
    Amcharts has support for this feature, would be nice to have it in Highcharts as well.
    https://www.amcharts.com/docs/v4/concepts/chart-cursor/

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Grouped points are aligned to the left of the group by default when dataGrouping is applied. smoothed option allows the data to be shifted to the middle of the group.

    Would be great to have option to get grouped points with X coordinate of rhe most right point of the group.

    15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. I have searched for Highcharts translations (language packs / locale packs), but haven't found more than short extracts and only for a few languages.

    Highcharts states that "Highcharts sports the industry’s most sophisticated accessibility support", and I agree that it has very good accessibility support.

    However, in some implementations I have seen the accessibility part is not translated (even though the accessibility module is used), and then it doesn't matter how good support it is if the user doesn't understand English.

    To reduce repetitive translation work by companies using Highcharts products I suggest that Highcharts host translations in the Highcharts…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. The tooltip.shared: true option currently shows the tooltip for all series.

    However for charts with many series this is becoming a lot of information. Therefore it would be very handy to add a option which only shows the lines which overlap in the tooltip.

    You can see this as a sample for two lines here: https://stackoverflow.com/questions/18988329/highcharts-use-shared-tooltip-only-when-series-overlap

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Hello,

    A good feature for the gantt will be a player bar like you can see video editor (https://help.apple.com/assets/5B906E570946222769C59847/5B907055680CE21E1ABD0FFD/fr_FR/3586832deaa5d73c6ad2aca436e25c0d.png ).

    Thank you

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. When changing the browser font size the change should be reflected on the Graphs to meet WCAG C14. https://www.w3.org/TR/WCAG20-TECHS/C14.html

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Stock navigator only accepts date and time as xaxis. Can it accept any data as xaxis, for example, depth in meter?

    James Zhao

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. The Download button in http://dotnet.highcharts.com/Highcharts/Demo page only includes the Highcharts.NET dlls, can you make it to include codes for all the examples charts?

    When I copy codes from the Controller Code and View Code into my project, it won't compile. I used Visual Studio 2017 and 2019.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?