Pyecarts source code interpretation (18) Image component of HTML component package components
The current version of pyecarts is 1.9.0.
components package overview
The components package is located in the top-level directory of the pyecarts package and is used to define the HTML components of pyecarts. The package structure is as follows:
├─components # HTML component package
│ │ image.py # Define Image component class Image
│ │ ...
Posted by tylerdurden on Wed, 26 Jan 2022 07:55:18 +0100