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 2022/06/17 06:07:24 UTC

[GitHub] [echarts] SamuelLin95 opened a new issue, #17236: [Feature] Linear gauge

SamuelLin95 opened a new issue, #17236:
URL: https://github.com/apache/echarts/issues/17236

   ### What problem does this feature solve?
   
   Currently, echarts already has gauge features but it is only for radial gauge. I think it would be good to have a linear gauge feature. An example from highcharts is shown below: 
   ![image](https://user-images.githubusercontent.com/53039899/174234511-d3808bae-aaf9-428e-8abd-3d2ea795ad0c.png)
   
   
   ### What does the proposed API look like?
   
   Add additional type of series under `series.type = 'linear-gauge'`. Some of the options can be taken from radial gauge such as progress, axisLine, axisTick, splitLine, etc. 


-- 
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.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] SamuelLin95 commented on issue #17236: [Feature] Linear gauge

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

   While I agree this can be done with custom series, the difficulty and the time taken would increase by a lot to create a simple linear gauge as custom series is not as simple as configuring a gauge series chart.
   
   An alternative can be adding an example of such gauge in the "Examples" section so we can reference from it. 


-- 
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] Ovilia commented on issue #17236: [Feature] Linear gauge

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

   This can be done with a custom series, or hack with bar series.


-- 
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