Answers for "plotly js y axis range"

0

plotly js y axis range

var layout = {
  xaxis: {
    range: ['2017-04-04', '2017-08-06'],
    type: 'date'
  },
  yaxis: {
    autorange: true,
    range: [86.8700008333, 138.870004167],
    type: 'linear'
  }
};
Posted by: Guest on March-01-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language