Miracle Hao

Results 10 comments of Miracle Hao

In case the link expires. ``` var dom = document.getElementById("chart-container"); var myChart = echarts.init(dom, null, { renderer: "canvas", useDirtyRect: false }); var option = { animationDuration: 1500, animationEasingUpdate: "quinticInOut", series:...

This means you set name as the key of node. Ok, I can set label `{c}`, and the name of node not duplicate. ![image](https://user-images.githubusercontent.com/33681454/187829546-e760b54a-f7f5-4283-9ea9-04488a967251.png) I have a suggestion: * ![image](https://user-images.githubusercontent.com/33681454/187829970-b75f1d5a-0716-4e10-93e2-16cadf0dc49f.png)...

> Hi everyone > > This module works pretty well on Android, macOS and Windows browsers. But here’s some bug on IOS and IpadOS: > > When I’m starts camera...

> try aspectRatio:1, focusMode:"continuous" ..... Hi, I cannot find the config focusMode. Is there any doc about this?

> did you debug width and height result? maybe it differs that before.... I'll try. But I think it doesn't matter. Because the main app mounts long time before when...

Did you print your `prompt` to the console? When I printed the `prompt` used in the map_reduce’s split_of_docs function, I found that the `content` was the document's summary and the...

1. terminal: `ssh -L 0.0.0.0:7860:localhost:7860 [email protected]` 2. in remote server: python web_demo.py 3. local PC or LAN: http://localhost:7860 , http://your_ip_in_LAN:7860 change your step 1 and 2.

> > 1. terminal: `ssh -L 0.0.0.0:7860:localhost:7860 [email protected]` > > 2. in remote server: python web_demo.py > > 3. local PC or LAN: http://localhost:7860 , http://your_ip_in_LAN:7860 > > > >...

Hi, not the anthor, but I found how to modify the background color: In `js/InfiniteLights.js` file, add this line after the line 18: ``` this.renderer.setClearColor( 0x212435, 1 ); ``` ![image](https://user-images.githubusercontent.com/33681454/202071661-22be5d29-b9ac-4aa1-95cd-4fb40e6f2fb0.png)...