newsanti Posted January 8, 2025 Posted January 8, 2025 How to setting Label fontName and FontSize of unimRadarSeries? Quote
Sherzod Posted January 8, 2025 Posted January 8, 2025 3 hours ago, newsanti said: How to setting Label fontName and FontSize of unimRadarSeries? Hello, Can you mark it on the screenshot? Quote
newsanti Posted January 8, 2025 Author Posted January 8, 2025 3 hours ago, Sherzod said: Hello, Can you mark it on the screenshot? Quote
newsanti Posted January 8, 2025 Author Posted January 8, 2025 6 hours ago, Sherzod said: How to change font size of axes in red cycle? Mobile RadarChart.zip Quote
Sherzod Posted January 8, 2025 Posted January 8, 2025 9 minutes ago, newsanti said: How to change font size of axes in red cycle? function chart.beforeInit(sender, config) { config.axes[0].label = { font: '12px Comic Sans MS', //color: '#FF0000' color: 'orange' } } Quote
Sherzod Posted January 8, 2025 Posted January 8, 2025 function chart.beforeInit(sender, config) { config.axes[1].label = { font: '16px Comic Sans MS', //color: '#FF0000' color: 'green' }; config.axes[0].label = { font: '12px Comic Sans MS', //color: '#FF0000' color: 'orange' }; } 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.