How to show tooltips in Chart.js?

前端 未结 3 1732
再見小時候
再見小時候 2021-01-12 17:14

Following the tutorial this code draws the line chart, but no tooltips. Am I missing some configuration option here? In the tutorial there are tooltips showing up.



        
3条回答
  •  天命终不由人
    2021-01-12 17:24

    What version of chart.js are you using?

    I can confirm that tooltips work using v1.0.1-beta2

    
    

    but do not work using v0.2.0.

    Version 1.0.1-beta2 is available from cdnjs.

提交回复
热议问题