score:1

Accepted answer

let me explain what happens when you duplicate a chart. if the master chart contains some data then duplicating a chart does not create new information about that data. this means both charts, master and duplicated, are linked to the same dataset. if you change anything in data in master chart, then duplicated charts will inherit those changes too. the same will happen if you make changes in data in the duplicated chart - it will affect master chart.

to use the same colors and formatting across your different charts, please use themes: https://cloud.highcharts.com/docs/#/themes


Related Query

More Query from same tag