kt3k on gh-pages
Deploy c3js/c3 to github.com/c3… (compare)
kt3k on master
Typo fix (#2568) (compare)
"clc_humidity": {
"2018-02-26": [
{
"value": "43.00",
"time": "2018-02-26T09:39:00.000Z",
"deviceId": "BBBRX",
"type": "clc_humidity"
},
{
"value": "50.86",
"time": "2018-02-26T09:41:00.000Z",
"deviceId": "BBBRX",
"type": "clc_humidity"
},
{
"value": "51.93",
"time": "2018-02-26T09:50:00.000Z",
"deviceId": "BBBRX",
"type": "clc_humidity"
},
{
"value": "47.93",
"time": "2018-02-26T10:00:00.000Z",
"deviceId": "BBBRX",
"type": "clc_humidity"
},
{
"value": "46.93",
"time": "2018-02-26T10:10:00.000Z",
"deviceId": "BBBRX",
"type": "clc_humidity"
},
Hello folks,
I am just new to c3.js . There is any possibility to implement the pie chart label in c3 like highchart => https://www.highcharts.com/maps-demo/pie-basic .
Thanks
hello Can we provide different max values for each data array in c3.js gauge graph
c3.js library accepts two data sources(example : production and time) in gauge graphs but only with one max value, Is there format to provide different max values for two data sources I used below format to accept two data sources for gauge graph
but this is accepting same max values for both data sources is there any provision for accepting two max values for each data source
refer this fiddle: https://jsfiddle.net/srinivasyl/nd25q7s6/8/
I am trying to create multiple c3js graph in a page. Once one graph is loaded am trying to load other graphs. But when i try to load third chart first two charts are flickering. It is annoying for my page. As analyzed, c3's generate function vanish the div and regenerate the entire graph, But my requirement is existing chart object retain is enough. Please Someone guide me to solve this.
function loadingGraph() {
chart21.load({
columns: [ values1]
});
}
loadGraph();
Thanks,
],
type: 'bar'
},
bar: {
//width: {
// ratio: 0.5 // this makes bar width 50% of length between ticks
//}
// or
width: 20 // this makes bar width 100px
},
axis: {
y: {
min: 0,
max: max,
label: {
text: 'aaaaa',
position: 'outer-top'
},
padding: {
top: 0,
bottom: 0
},
tick: {
count: 5
}
}
},
grid: {
x: {
lines: line
},
y: {
lines: [{value: 0}]
}
}
});
id
s and generate charts specifying those id
s, and each chart works independently.
[['a', 5], ['b',3],['c',7]]
and I have a donut chart. Then data becomes [['a', 7], ['f',4],['c',5]]
.load(new_data)
but also an .unload(['b'])