You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/11/10 14:59:35 UTC

[GitHub] [echarts] naniwet opened a new issue #16046: when we use the markline and precision, they don't work

naniwet opened a new issue #16046:
URL: https://github.com/apache/echarts/issues/16046


   ### Version
   5.2.2
   
   ### Steps to reproduce
   The precision is Always 2.
   like this picture, I set the precision 4, and the yAxis 1.5213.
   But the result is still 1.52
   
   ### What is expected?
   result :1.5213
   
   ### What is actually happening?
   result: 1.52
   
   ---
   The precision is Always 2.
   like this picture, I set the precision 4, and the yAxis 1.5213.
   But the result is still 1.52
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->
   ![image](https://user-images.githubusercontent.com/29855425/141136930-60b0987b-c855-4308-a13c-f340f5da40fe.png)
   


-- 
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-unsubscribe@echarts.apache.org

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



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


[GitHub] [echarts] susiwen8 closed issue #16046: when we use the markline and precision, they don't work

Posted by GitBox <gi...@apache.org>.
susiwen8 closed issue #16046:
URL: https://github.com/apache/echarts/issues/16046


   


-- 
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-unsubscribe@echarts.apache.org

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



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


[GitHub] [echarts] echarts-bot[bot] commented on issue #16046: when we use the markline and precision, they don't work

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #16046:
URL: https://github.com/apache/echarts/issues/16046#issuecomment-965335641


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   You may also check out the [API](https://echarts.apache.org/api.html) and [chart option](https://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe to our [mailing list](https://echarts.apache.org/maillist.html).
   
   Have a nice day! 🍵


-- 
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-unsubscribe@echarts.apache.org

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



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


[GitHub] [echarts] naniwet commented on issue #16046: when we use the markline and precision, they don't work

Posted by GitBox <gi...@apache.org>.
naniwet commented on issue #16046:
URL: https://github.com/apache/echarts/issues/16046#issuecomment-965338227


   [15247](url)


-- 
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-unsubscribe@echarts.apache.org

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



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


[GitHub] [echarts] susiwen8 commented on issue #16046: when we use the markline and precision, they don't work

Posted by GitBox <gi...@apache.org>.
susiwen8 commented on issue #16046:
URL: https://github.com/apache/echarts/issues/16046#issuecomment-965350138


   Use [markLine.precision](https://echarts.apache.org/zh/option.html#series-line.markLine.precision)
   ```js
   markLine: {
     precision: 4,
   }
   ```


-- 
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-unsubscribe@echarts.apache.org

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



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


[GitHub] [echarts] naniwet removed a comment on issue #16046: when we use the markline and precision, they don't work

Posted by GitBox <gi...@apache.org>.
naniwet removed a comment on issue #16046:
URL: https://github.com/apache/echarts/issues/16046#issuecomment-965338227


   [15247](url)


-- 
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-unsubscribe@echarts.apache.org

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



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