javascript - Highcharts not displaying tooltip title properly -


i'm using highcharts (technically highstock .js file though) display chart on site. works except tooltip. api specifies {series.name} should work specifying series name in tooltip, chart displays "{series.name}" instead of name itself. here's simplified jsfiddle illustrates issue. switch comments on headerformat: lines in tooltip section , you'll see {point.key} works expected, {series.name} not.

what's wrong code produce problem?

it known bug reported our developers here.

workaround: use tooltip formatter , print informations need.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -