programmatically showing data tips on a chart – the easy way

looks like i have taken the scenic road.

a while ago i have posted about how to “programmatically showing data tips on a chart“.

there is an easier way, well… it’s much-much easier.

dataTipItems is a property for Series. it is an array on non-interactive data tips.
populate it with chart items, then set the chart’s showAllDataTips to true.
that easy.

(i enjoy riding the scenic road)

Demo is here (right click for source)
Source is here

3 Responses to “programmatically showing data tips on a chart – the easy way”

  1. Web 2.0 Announcer Says:

    programmatically showing data tips on a chart – the easy way…

    [...]programmatically showing data tips on a chart – the easy way
    
    dataTipItems is a property for Series.
    it is an array on non-interactive data tips.
    populate it with chart items, then set the chart’s showAllD…

  2. CEL Says:

    Thanks, I really found this VERY helpful!

  3. Eric Says:

    Hi,

    Thanks for the post, i found however that it doesnt work with datatiprenderers. Only the cercile in the middle of the chartitem appears not the datatip. Any clues?

    /Eric

Leave a Reply