score:3

Accepted answer

yeah , i have solved it by using this

@component({
  selector: 'page-challengedash',
  templateurl: 'challengedash.html',
  styles: [`
    chart {
        display: block;
        width: auto;
    }
`]
})

check the screen shot enter image description here


Related Query

More Query from same tag