Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1073 results found

  1. Please add multiple targets for bullet charts. We have to need to show multiple targets; eg soft targets, hard targets, benchmark etc.

    Ideally, each target would be a different colour and there would be a hover-over legend

    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)
  2. In the timeline graph, if there is sufficient height in the graph, it would be great if the points that are hidden because overlap: false is set, that if there was space to render "two" (or more) rows of boxes (with longer connecting dots) that those boxes were rendered above/below the original boxes.

    3 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)
  3. For Network graph , when two nodes connected by one line, I want to click the line and trigger click event, and get the information of those two nodes

    3 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)
  4. Following another suggestion to use ISO3366 subdivision Codes (https://highcharts.uservoice.com/forums/55896-highcharts-javascript-api/suggestions/37798789-add-iso3166-subdivision-codes-to-maps) it would be nice to have a world map with all subdivisions. We already have most of the countries mapped individually, in fact, there's also some continents mapped this way too. But a full world map with subdivision is missing.

    Thanks!

    Jose

    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)
  5. The widely used function "negative colors" doesn´t seem to work for the IsSum-function. It would be very nice to implement that function for Waterfall so it can show a visual distinction on positive and negative numbers.

    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)
  6. Styled mode is great but often with dynamically generated charts (i.e. when a user can customise a chart live) it would useful to be able to allow colours to be set on series. In our case we have a common look for all charts but also a colour picker.

    Has the option of being able to set series colour in the same way as you would with styled mode turned off been considered? There's an argument that setting the series colour is data not presentation and therefore should be permissible with styled mode is enabled.

    3 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)

    Yes I follow the argument – there are also series where the color is crucial, like heatmaps with a color axis.

    In styled mode the idea is that you set the colorIndex instead of a color on the series, so you should be able to set individual series colors by linking the result of the color picker to the colorIndex of the series.

  7. The region Great Britain is not included in "World, Miller projection, ultra high resolution"'s GeoJSON.
    Could you please consider adding it, or guide in the process of creating this region in this specific collection?

    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)
  8. Gantt new feature request change places of rows by dragging

    With the new feature the user shall be able to change places of the complete rows by dragging in charts with parent (below example)

    Today not supported in any chart but we need it with parent. Or if this is not possible at least draggableY: true should work for parent charts so that you can write this functionality yourself using the drag event. This is a basic feature in any gantt.

    Example Chart where this should be implemented
    https://jsfiddle.net/JohanBrodin/Loq38vk4/

    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)
  9. I'd like to customize all my tooltips one by one. I tried using 'formatter' option but I couldn't find any option that solves my problem.

    I have an array of total and current values and I need to show to the user something like '{current} of {total}'. the problem is that total and current are variable (all the series have it's own total and current value) and I couldn't format all the tooltips manually.

    If I could choose tooltip options for each series It would be awesome!

    Eg.:

    My series is:

    series = [
    {
    name: "Personality",
    data: [25]
    },…

    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)
  10. Please provide the "fixed Placement columns" as fixed Placement bars" Chart. We would like to use the same columns Chart in a Widget with a big number of bars. We want to use bars instead of columns to be able to scroll down with the mouse instead of Scrolling from left to Right.

    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)
  11. Cricket scoring line graph. Its possible with existing line graph manipulating the numbers. But, It will be easier to push just numbers every "Over" which will be added to previous total and show the points.

    Example :

    X axis : Overs : 1 to 20/anything
    Y axis : Runs : 1 to anything

    Over 1 : 6 runs (Coordinates will be 1,6)
    Over 2 : 9 runs (Coordinates will be 2,15)
    Over 3 : 3 runs (Coordinates will be 3,18)
    .
    .
    .
    .

    Series 2 will be opposite team.

    http://www.totalcricketscorer.com/TCSLive/TCSRunRate.aspx?id=12523&type=Worm

    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)
  12. We are looking for feature to have line to connect specific bar while i clicking respective bar ,Same as how your current bar chart highlight for respective group by color .Same way it should represent by connecting arrow line between this particular bar.

    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)
  13. Currently, when I zoom into the map, I can pan horizontally, but not vertically. Highmaps should allow users to pan along both axes.

    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)
  14. The fraction of calm wind conditions is crucial information. This is often portrayed as a central circle in a wind rose, with the percentage clearly stated. Below a set threshold, wind direction is ignored and the sum total of wind speeds is used for this center circle.

    This is currenly not well supported by the Wind rose charts, which limits its applicability. With a central calm sector, the chart would be even more useful for meteorological applications.

    For an example, see:
    http://eklima.met.no/wsKlima/images/windrose_en.jpg

    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)
  15. plz import airbnb's react-rheostat chart

    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. Step line connects data with vertical lines. In order to visualize climatological norm values being able to simply depict a horizontal line for one data point would be handy. Could be realized with a step line chart that hides vertical lines.

    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)
  17. I would like to integrate Highcharts with our translation solution(i18next). I would like to have a possibility to detect lang options, which fullfil following conditions:
    - they are not translated
    - I'm actually using them

    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)
  18. I am using React, and I am trying to pass a text as props, and show the text on solid gauge. The annotation doesn't work.

    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)
  19. className does not seem supported for series.gantt.data in Highcharts Gantt (https://api.highcharts.com/gantt/series.gantt.data). It is usable on initial load, but not for updates. This makes it impossible to use in styled mode.

    A Stackoverflow question with jsfiddles demonstrates the issue and possible workarounds.

    https://stackoverflow.com/questions/61088143/changing-point-classname-in-highcharts-gantt/

    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)
  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?