I've been having trouble manipulating the characteristics of a charted rendered from a .json file as the data source. When I use the setChartAttribute function after trying to create a thumbnail using the createThumbnail code, it won't change the chart attributes of the chart object rendered as a thumbnail. When a new chart is created with the data source as a json file, does the chart object import that data for it to be modified or does it only point to the file?
Bruce.logue
I've been having trouble manipulating the characteristics of a charted rendered from a .json file as the data source. When I use the setChartAttribute function after trying to create a thumbnail using the createThumbnail code, it won't change the chart attributes of the chart object rendered as a thumbnail. When a new chart is created with the data source as a json file, does the chart object import that data for it to be modified or does it only point to the file?