DoubleCorner
DoubleCorner
I'm seeing similar behaviour also. Miraculously, there is no problem in the my local PC, but there are occasional errors on the line
addtionally, I have set the async is false I think the problem maybe is here.As long as async exists, whether it is true or false, it means asynchronous  ...
like it ```javascript if(hasLoad) { loadjs(['/path/to/map.js'], 'map' { async: false }); hasLoad = true; } loadjs.ready(['map'],()=>{ map.refresh(); // sometime map is undefined }) ``` In particular, it will be called...
this porblem is still exists.
 When I set the scatter style like this, the label is not displayed。4.9 is ok I have to set opacity: 1 in emphasis of the label, although the documentation...
I have report it at [https://github.com/apache/echarts/issues/14830](url)
Logarithmic regression is not the logistic regression, Logarithmic regression is like y = a + blnx, like to linear regression. We have the logistic regression. can you setup the project...
@targos https://github.com/DoubleCorner/regression-logarithmic I have implemented it ~