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 2020/10/14 08:07:53 UTC

[GitHub] [incubator-echarts-doc] yufeng04 opened a new pull request #134: add content of gauge

yufeng04 opened a new pull request #134:
URL: https://github.com/apache/incubator-echarts-doc/pull/134


   ## Details
   
   ### modify some default values
   
   |configuration|before|after|
   |--|--|--|
   |axisLine.lineStyle.color|`[[0.2, '#91c7ae'], [0.8, '#63869e'], [1, '#c23531']]`|`[[1, '#E6EBF8']]`|
   |axisLine.lineStyle.width|30|10|
   |axisLine.roundCap|-|false|
   |splitLine.length|30|10|
   |splitLine.lineStyle.color|'#eee'|'#63677A'|
   |splitLine.lineStyle.width|2|3|
   |axisTick.length|8|6|
   |axisTick.lineStyle.color|'#eee'|'#63677A'|
   |axisLabel.distance|5|15|
   |axisLabel.color|'auto'|'#46464'|
   |axisLabel.fontSize|-|12|
   |pointer.icon|-|default/svg|
   |pointer.offsetCenter|-|[0,0]|
   |poinet.length|'80%'|'60%'|
   |pointer.width|8|6|
   |poiner.keepAspect|-|false|
   |title.color|'#333'|'#464646'|
   |title.offserCenter|[0, '-40%']|[0, '20%']|
   |title.fontSzie|15|16|
   |detail.color|'auto'|'#464646'|
   |detail.fontWeight|-|'bold'|
   |detail.lineHeight|-|30|
   
   ### support svg pointer
   
   |configuration|values|default|usage|
   |--|--|--|--|
   |pointer.icon|'default'/svg path|'default'|`pointer: {icon: 'path://xxxxx'}`|
   
   
   ### add distance to axisTick and splitLine
   
   |configuration|values|default|usage|
   |--|--|--|--|
   |axisTick.distance|number|10|`axisTick: {distance: 20}`|
   |splitLine.distance|number|10|`splitLine: {distance: 20}`|
   
   
   ### add anchor to gauge.series
   
   |configuration|values|default|usage|
   |--|--|--|--|
   |anchor.show|boolean|false|-|
   |anchor.anchorSize|number|6|-|
   |anchor.itemStyle|-|`{color: '#fff', borderWidth: 0, borderColor: '#5470c6'}`|-|
   
   ### add progress to gauge.series
   
   |configuration|values|default|usage|
   |--|--|--|--|
   |progress.show|boolean|false|-|
   |progress.overlap|boolean|true|-|
   |progress.width|number|10|-|
   |progress.roundCap|boolean|false|-|
   |progress.clip|boolean|true|-|
   |progress.slient|boolean|false|-|
   
   ### add title and detail to series.data[i]
   
   |configuration|values|default|usage|
   |--|--|--|--|
   |series[i].data[i].title|same as series[i].title|same as series[i].title|same as series[i].title|
   |series[i].data[i].detail|same as series[i].detail|same as series[i].detail|same as series[i].detail|
   
   
   


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

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] [incubator-echarts-doc] pissang merged pull request #134: add content of gauge

Posted by GitBox <gi...@apache.org>.
pissang merged pull request #134:
URL: https://github.com/apache/incubator-echarts-doc/pull/134


   


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

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