search

Home  >  Q&A  >  body text

javascript - About the pointing display method of chart.js tooltips

Current tooltips display status:

Status to be achieved:

There is a similar question on stackoverflow but no one responded. I searched the documents and issues but could not find the specific configuration method

PHP中文网PHP中文网2830 days ago959

reply all(2)I'll reply

  • 扔个三星炸死你

    扔个三星炸死你2017-06-26 10:54:42

    Found a solution, configure tooltips alignment parameters

    {
        xAlign: 'center'
        yAlign: 'bottom'
    }

    reply
    0
  • 天蓬老师

    天蓬老师2017-06-26 10:54:42

    http://gallery.echartsjs.com/... I just wrote one that can modify configuration items

    reply
    0
  • Cancelreply