Skip to content

Highcharts Javascript API

Highcharts Javascript API

Categories

JUMP TO ANOTHER FORUM

402 results found

  1. 20 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)
  2. I would like to be able to configure a non-shared tooltip so that the tooltip only appears to the left or right of the point. I was able to modify the highcharts code for a custom positioner, by forcing it to swap() at the end of the routine.

    [code]
    tooltipPositioner = function (labelWidth, labelHeight, point) {
    var chart = this.chart,
    distance = this.distance,
    ret = {},
    swapped,
    first = ['y', chart.chartHeight, labelHeight, point.plotY + chart.plotTop],
    second = ['x', chart.chartWidth, labelWidth, point.plotX + chart.plotLeft],
    // The far side is right or bottom
    preferFarSide = point.ttBelow || (chart.inverted && !point.negative) || (!chart.inverted…

    0 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)
1 2 17 18 19 21 Next →
  • Don't see your idea?