111
This commit is contained in:
@@ -36,7 +36,7 @@ export default {
|
|||||||
{
|
{
|
||||||
const chartDom = document.getElementById("chartWrapper");
|
const chartDom = document.getElementById("chartWrapper");
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
const myChart = echarts.init((chartDom));
|
const myChart = echarts.init(chartDom);
|
||||||
const option = {
|
const option = {
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: "category",
|
type: "category",
|
||||||
|
|||||||
Reference in New Issue
Block a user