Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144983 | May 31,2019 05:48 AM UTC | Jun 3,2019 07:20 AM UTC | JavaScript - EJ 2 | 3 |
![]() |
Tags: Chart |
let chart: Chart = new Chart({
//Initializing Chart Series
series: [
{
type: 'Radar',
width: 4, fill: 'red'
}
],
}); |
primaryXAxis: {
majorGridLines: {
width: 2,
color: 'blue'
}
},
primaryYAxis: {
lineStyle: {
width: 2,
color: 'transparent'
},
majorGridLines: {
width: 2,
color: 'green'
}
},
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.