Skip to content

v1.2.0

Compare
Choose a tag to compare
@J-T-McC J-T-McC released this 16 Oct 02:52
· 4 commits to main since this release
be2734f

Adds fixed width and height properties. Must be used with options.responsive: false

    const lineChart = {
      type: 'line',
      height: 200,
      width: 500,      
      options: {
        responsive: false
      },
      data: {
        // ...
      },
    }