Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

402 results found

  1. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  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. Use case: I have a series where I would like only the last point to have a marker. This means that I have to create a marker obj for each point in my series data.
    With the change I propose I would only have to create a marker object for the last series data point.

    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. We prefer to have the gradient fill the column from start to end color regardless of height. So we had to change gradientUnits: 'objectBoundingBox' instead of 'userSpaceOnUse' on line 2941 of highcharts.src.js.

    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. Start angle would help to rotate the chart for better label arrangement in some situations

    91 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. When the chart has a lot of small values and a few very large values, we can't see the trend of the small values clearly.
    Often ,we solve these kind of problems by splitting the charts.
    refer to: http://highslide.com/forum/viewtopic.php?f=9&t=13387

    15 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)
  6. I routinely work with charts that have hundreds or thousands of data points. In these cases, even a reasonably-sized window is relatively small compared to the overall window of data. When this happens, the scroller in the navigator becomes uselessly thin, often 1-2 pixels or even 0 pixels! (Yes, I've actually seen this.) Desktop operating systems solved this problem many years ago by enforcing a minimum width for the scroller. Is there a way for Highstock to do the same?

    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)
  7. Currently, when 'week' groupingUnit is specified, HighStock groups data on Monday by default. Pls provide an option to group data on Friday, like google finance did on their 5y graph.

    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)
  8. Highstock chart inverted option

    45 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)
  9. Adding a button checks to see if the button exists. Removing does not. I suggest adding this in the Toolbar object (around line 5775 in v2.1.5):
    function remove(id) {
    +++ if(buttons[id]){
    discardElement(buttons[id].element);
    buttons[id] = null;
    }
    +++ }

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  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. 49 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. My suggestion for a very helpful feature would be to add a vertical navigation bar for the Y-Axis, similar to the navigation bar that exists for the X-Axis, for Highcharts. Would lead to a highly interactive plot, especially suitable for project using scatter-plots

    145 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)
  12. Please allow navigator to hold multiple data series. I had a request recently to convert a very large data set into separate categories, so that they could be deselected via the legend, but now I don't get the set represented in the navigator window, because it only will hold one series. And with large data, building one composite set will be too much overhead.

    563 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. It would be nice to be able to add an array to a point, call it 'user' or 'data' and make it available to the tooltip formatter.
    This way, extra information can be stored in the point and rendered in the tooltip.
    E.g. I have a graph that shows how many people are listening to my radio station over time, it would be nice to add the title of the song that was playing to the tooltip.

    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)
  14. example : if the point.close is smaller than point.open, the color is red..vice versa

    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)
  15. 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)
  16. To Set the opacity of Column Chart in the same way it is done for Area Chart.
    Link For Area Chart: http://jsfiddle.net/t2MxW/23/

    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)
  17. Title of y axis support “wrap lines” when text longer。

    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)
  18. Similar to the jQuery-UI builder, perhaps you could allow users to deselect unnecessary chart types / cut down the JS script size.

    See example here: http://jqueryui.com/download

    96 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. The label(Zoom) cann't modified of rangeSelector.

    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)
  20. The current stacking options are: null to disable, "normal" to stack by value or "percent".

    Another visualization is to overlay the columns (usually requiring the use of transparency).

    As a comparison, please see the stacking options offered by Flex:

    http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_11.html

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