echarts [Feature] - add label position to the data-zoom slider

os8fio9y  于 5个月前  发布在  Echarts
关注(0)|答案(2)|浏览(97)

What problem does this feature solve?

add a way to define the position of the label in the data zoom slider. today the label always be at the right or left of scroll bar.

What does the proposed API look like?

add a option inside of the dataZoom property like labelPosition: left, right, top or bottom for each side of the scroll bar.

相关问题