0
我試着去創建一個主題類似的樣品中:jqPlot數據標籤顏色餅圖
temp = {
seriesStyles: {
seriesColors: ['red', 'orange', 'yellow', 'green', 'blue', 'indigo'],
highlightColors: ['lightpink', 'lightsalmon', 'lightyellow', 'lightgreen', 'lightblue', 'mediumslateblue']
},
legend: {
fontSize: '8pt'
},
title: {
fontSize: '18pt'
},
grid: {
backgroundColor: 'rgb(211, 233, 195)'
}
};
plot3.themeEngine.newTheme('uma', temp);
plot5.themeEngine.newTheme('uma', temp);
我怎樣才能更改數據標籤顏色的圖表?
THX烏拉圭回合的答案我一直在尋找一些對象像Java腳本,但我想這是不可能的 – Windys