79082761

Date: 2024-10-13 08:48:55
Score: 1
Natty:
Report link

You need to install @types/echarts.

npm i @types/echarts

and to use it, you need to import it like this:

import { EChartsOption } from "echarts";

const options: EChartsOption = {
  /* YOUR OPTIONS */
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ProgAli