Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

1072 results found

  1. When you want to slice multiple series in a variablepie chart they are sliced all individually. It would be helpful, if you could group them so they all slice into the same "ring"

    For further description see this post: https://www.highcharts.com/forum/viewtopic.php?f=9&t=43283&p=152632#p152632

    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)
  2. Gantt chart is really cool but performance limits you to maybe 10-20 rows. We need to support over 1000, with interaction. Animation is not important. Currently the boost module doesn't work with gantt, but if it did it would be truly awesome.

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

    Thanks for writing! The Boost module deals with the data points, in this case it would rendering the rectangles for the tasks.

    I don’t think enabling Boost for Gantt would make a very big difference. Rendering 1000 rectangles in SVG should’t be a problem in the first place. I suspect the performance bottleneck is something else, like the grid axis or something.

    Can you share a demo of your problematic chart, where we can do some profiling?

  3. 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)
  4. Currently, there is no option to call a function to expand and collapse all elements of a Gantt chart. Some API like chart.expandAll("level1"), chart.collapseAll("level1")

    11 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. We are using highcharts for one of our project licensed version but we need Street view High Maps. Could you please help us with street view maps.

    4 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. 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)
  7. Could you kindly implement the tooltip.split for inverted charts?
    As soon as a chart is inverted, the split of the tooltip no longer works.
    Further explanations, if needed: https://www.highcharts.com/forum/viewtopic.php?f=13&t=42933

    Thanks in advance

    6 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)
  8. 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)
  9. The use case here is to allow rendering multiple tasks (or date range data) that might be overlapping by switching them to different rows within the same category.

    An SO question was asked in this regard: https://stackoverflow.com/questions/55624319/highchart-gantt-chart-no-overlapping but it appears that the provided solution can't be generalized, see this other SO question: https://stackoverflow.com/questions/59809680/highcharts-gantt-avoid-overlapping-tasks/59824943?noredirect=1#comment105857552_59824943

    I think that being able to provide data in a format similar to the first SO question, that is to specify a y value or other value to represent the category row index is a good solution.

    As a side note, I posted another SO question (…

    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)
  10. Bar chart showing Pros to the left, Contras to the right and in between the items as text .

    See png example here:

    https://ifadgmbh-my.sharepoint.com/:i:/g/personal/psonneck_ifad_de/EUMxujnHPqlPpehMV-3slUQBDxGbsDGbFNulKdivCbAq9Q?e=j7hfWO

    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)
  11. Is there any highchart with c # code?

    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)
  12. 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.

    0 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)
  13. I need no default datalabel for venndiagram. Kindly reply with solution as early as possible.

    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. when i click the bar it goes to second level in second level i have to shown a table chart

    6 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)
  15. Hallo team, in highstock you have "measure" feature that give me MIN,MAX,AVERAGE,BINS.
    Would me more interesting for stock chart to have % difference from min to max or max to min if i measure downward.
    is very simple calculation, could you maybe evauate this?

    i ask to have:
    MIN
    MAX
    AVG
    BINS
    %+ (or %-)

    vould be also great if measurement feature will have magnet that can be anchor to min/max.

    Is not possible to load here one picture, but i hope you understood well. I also opened ticket with picture: #2116 Measure GUI

    1 vote
    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)
  16. Hi,

    I've few concern about legends.

    For legend size, you have 2 property,

    1) width

    We can set width as pixel (or) percentage.

    2) maxHeight

    We can set maxHeight of legend as pixel.

    Now, check the example below,

    https://jsfiddle.net/nubr17ty/1

    Setting width as percentage (30%) helps the chart to have enough space for plot area.

    But look at the example below,

    https://jsfiddle.net/nubr17ty/2

    Here unnecessarily legends are occupying 30% of space as the legend name is very small.

    1) Do you have any property to set maxWidth (as you have maxHeight) ?
    If we set the maxWidth, we can solve the above…

    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)
  17. Hi,

    It would be useful to have a way to provide options that are common for all (y)Axes similar to how it is available for https://api.highcharts.com/highcharts/c ... rallelAxes. For example, provide a way to specify showLastLabel as common for both the Y axes in https://jsfiddle.net/8ax6uoed/. This can be seen as similar to how series options have multiple level of abstractions.

    Thanks,
    Krishna

    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. On plotting multiple y Axis-es that are not opposite to each other.

    There would be a need to scroll down to see the common X Axis and the navigator

    This would provide a feel of floating X Axis and the navigator

    Below is the example of my JS fiddle

    https://jsfiddle.net/ynfbcxzo/

    Detailed discussion on the same could be found in the below thread:

    https://www.highcharts.com/forum/viewtopic.php?f=12&t=42023

    27 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)
  19. Can we change linecolor for timeline chart from specific Point

    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. Possibility to use Highcharts with bignumber.js

    12 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)
  • Don't see your idea?