You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see the first import is the full library of echarts, using the bundlers I would tend to use partial modules and import them via import { use } from 'echarts/core'
So I believe along with the import {transform} from 'echarts-stat'; I should also import the method: registerTransform.
I saw you created a new issue on the main echarts library so perhaps it's something we need to wait and expect from the next release of echarts, am I correct?
Hi there,
First of all, thanks for creating and maintaining this library.
This issue is to request the possibility to update the documentation.
It seems like
registerTransform
doesn't exists in the newer version of Echarts - see url: Echarts API search pageAlso, could you please write down some example of how to import the single functionalities rather than importing the whole package?
e.g. (not sure it exists, so the below is just an example to help you understand my request)
The text was updated successfully, but these errors were encountered: