micha-1987 opened a new issue, #18431:
URL: https://github.com/apache/echarts/issues/18431

   ### Version
   
   4.2.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   Hello there,
   I am an issue in Grafana running on a docker container.
   
   I copied the code from the following example into a Grafana panel and ran it:
   
https://echarts.apache.org/v4/examples/en/editor.html?c=boxplot-light-velocity2
   
   But I am getting the following error message:
   
![image](https://user-images.githubusercontent.com/61266677/228194424-b32644c5-0d02-4fac-903b-b210e2cce0c4.png)
   
   After adding the import statement (see 
https://github.com/xieziyu/ngx-echarts/issues/138) my function looks like this:
   
![image](https://user-images.githubusercontent.com/61266677/228195834-de64b754-b890-4124-955d-6135429a3319.png)
   
   Which unfortunately leads to the next error:
   
![image](https://user-images.githubusercontent.com/61266677/228195996-566ef905-3eb7-4b11-855e-c5c3888ae9a7.png)
   
   Any suggestions? Sorry but I am quite new to Javascript.
   Best, Michael
   
   
   ### Current Behavior
   
   The copied code from 
https://echarts.apache.org/v4/examples/en/editor.html?c=boxplot-light-velocity2 
does not run in Grafana after changing "options =" to "return". It is throwing 
an error that the required boxplotPreparation function cant be found.
   
   
   ### Expected Behavior
   
   Copying the code from 
https://echarts.apache.org/v4/examples/en/editor.html?c=boxplot-light-velocity2 
should run in Grafana after changing "options =" to "return" following the 
explanations in the tutorial:
   https://www.youtube.com/watch?v=DxqCrBEmrQw
   
   ### Environment
   
   ```markdown
   - OS:Windows 
   - Browser: Chrome
   - running grafana in a docker environment having echarts plugin
   ```
   
   
   ### Any additional comments?
   
   Many thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to