Shmew / Feliz.Plotly

Fable bindings written in the Feliz-style for plotly.js.
https://shmew.github.io/Feliz.Plotly/
MIT License
54 stars 13 forks source link

config.toImageButtonOptions has incorrect type signature #20

Closed Shmew closed 4 years ago

Shmew commented 4 years ago

Resolves as any seq or standalone primitive rather than what is defined in the spec:

toImageButtonOptions: {
    format: 'svg', // one of png, svg, jpeg, webp
    filename: 'custom_image',
    height: 500,
    width: 700,
    scale: 1 // Multiply title/legend/axis/canvas sizes by this factor
  }