79184910

Date: 2024-11-13 12:38:05
Score: 1.5
Natty:
Report link

to set alignment to edge of the chart simply set boundaryGap to true (echarts v.5)

xAxis: {
  boundaryGap: false,
  /* other options */
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ProgAli