Open uykusuz opened 2 years ago
https://jsfiddle.net/do63ytvz/24/
you should use the category
replace the time
But I want the features of the time axis type. In particular, the uniform distribution of the axis values.
-------- Original Message -------- On Oct 28, 2022, 16:59, plh wrote:
https://jsfiddle.net/do63ytvz/24/ you should use the category replace the time
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
axisTick: {
alignWithLabel: true
},
from https://apache.github.io/echarts-handbook/en/concepts/axis/#example worked for me!
Version
5.4.0
Link to Minimal Reproduction
https://jsfiddle.net/uykusuz/2zrx1pnj/3/
Steps to Reproduce
Current Behavior
the labels for each bar are not centered below their corresponding bars
Expected Behavior
the labels are centered below their corresponding bars
Environment
Any additional comments?
I tried axisLabel.align, but that doesn't work. I couldn't find another option that would make sense here.