IPU-Chart
... chart ipu-chart screenshot 11 IPU-Chart Editor ipu-chart screenshot 2 Horizontal bar chart ipu-chart screenshot 3 Pie chart ipu-chart screenshot 4 Donut chart ipu-chart screenshot 5 Line chart ipu-chart ...https://www.ipublia.com/support/docs/
ip4.color.random 改固定 js/ip4.v0.min.js
ip4.color.random = function(count) {
/*
var a = count,
b = [],
c;
a = "number" !== typeof a ? 1 : a;
for (c = 0; c < a; c += 1)
b.push("#" + Math.floor(16777215 * Math.random()).toString(16));
return b.length > 1 ? b : b[0];
*/
//改為固定色系順序
var randomArray = [
'#2080C8','#99FFE3','#C6FF6F','#FFF069','#FF3366','#5CE1F3','#005872'
];
return randomArray;
}
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。