search

Home  >  Q&A  >  body text

css - echart does not need a title and wants the vertical coordinate to fill the height of the entire div. Which attribute is it?

仅有的幸福仅有的幸福2768 days ago1258

reply all(1)I'll reply

  • 高洛峰

    高洛峰2017-06-30 09:58:50

    Official document grid http://echarts.baidu.com/echa...
    For example:

    grid: {
             y: 40,
             x2: 40,
             y2: 50,
             x: 60
          },

    You can also use the percent sign

    grid: {
             y: '20%',
             x2: '20%',
             y2: '20%',
             x: '20%'
          },

    reply
    0
  • Cancelreply