100pah / echarts-simple-transform

Apache License 2.0
12 stars 8 forks source link

How to import echarts-simple-transform module? #2

Closed nico-hernandez closed 3 years ago

nico-hernandez commented 3 years ago

Hi lovely people?

Some weeks ago I began using Echarts for my projects, wonderful library. After some research I was impressed by the dataset transformation feature, and then I discovered echarts-simple-transform module to aggregate data. However, after many trials, I have not been successful trying to import the module. I installed it using npm i echarts-simple-transform but then I couldn't get the module being imported. I appreciate your help in this case.

Thanks!

nico-hernandez commented 3 years ago

I got it for myself, in case you need it

import * as ecSimpleTransform from 'echarts-simple-transform/dist/ecSimpleTransform.min.js';