Masayuki Tanaka
76cff82291
Add 'length' and 'to' options to flow - #207
11 years ago
Masayuki Tanaka
759197fb27
Add sample for empty data
11 years ago
Masayuki Tanaka
e54ab5d43b
Remove toXXX API and add transform() instead
11 years ago
Masayuki Tanaka
c8b42c2fc9
Add data.keys for filter input data - #283
11 years ago
Masayuki Tanaka
0c4a3ba6ab
Fix conflict
11 years ago
Masayuki Tanaka
25e6d08b1d
Fix empty text when no data to show - #275
11 years ago
Masayuki Tanaka
a69efa9238
Merge branch 'patch-3' of https://github.com/bjlbernal/c3 into bjlbernal-patch-3
11 years ago
Masayuki Tanaka
5edb2498bb
Fix legend position when flush() called
11 years ago
Masayuki Tanaka
a60d1d39d2
Fix nan of label for arc
11 years ago
Brandon Bernal
b8a466dbae
Suggested changes made
...
Good catch. <code>init()</code> is now only defining the <code>text</code> tag in the main chart. I've moved the setting of the <code>x</code> and <code>y</code> into <code>redraw()</code> along with the label text. <code>x</code> and <code>y</code> are using <code>width</code> and <code>height</code> instead of calculating <code>(getCurrentWidth() - margin.left - margin.right)</code> as before. Indentation corrected as well, so Travis CI shouldn't error out on that either.
11 years ago
Masayuki Tanaka
a82186e48b
Set default for data.x_format - #268
11 years ago
Masayuki Tanaka
f696fad2eb
Fix typo for mimeType - #236
11 years ago
Masayuki Tanaka
81bec125a4
Add data.mineType option for JSON - #236
11 years ago
Masayuki Tanaka
de32240824
Support json as input - #236
11 years ago
Masayuki Tanaka
4bfe25de5d
Add onend callback for flow
11 years ago
Masayuki Tanaka
75d9119a78
Add duration to flow
11 years ago
Masayuki Tanaka
10b3d852f5
Update sample
11 years ago
Masayuki Tanaka
eecc6644a0
Merge branch 'master' of github.com:masayuki0812/c3
11 years ago
Masayuki Tanaka
54479c0b55
Fix region on flow
11 years ago
Masayuki Tanaka
347eec0d86
Refactor empty selection
11 years ago
Masayuki Tanaka
00e33f1f72
Fix data.labels on flow
11 years ago
Masayuki Tanaka
b05ce00ed7
Fix grid.x.lines on flow
11 years ago
Masayuki Tanaka
a2ab859330
Fix grid on flow
11 years ago
Masayuki Tanaka
3a5bdae313
Fix grids
11 years ago
Masayuki Tanaka
413ba47d2d
Merge pull request #276 from bjlbernal/patch-4
...
styling changes Re: #275
11 years ago
Masayuki Tanaka
2741dc795b
Merge branch 'patch-3' of https://github.com/bjlbernal/c3 into bjlbernal-patch-3
11 years ago
Masayuki Tanaka
b73908ae2f
Update c3.min.js
11 years ago
Masayuki Tanaka
cfcca0ab0c
Merge branch 'bjlbernal-patch-2'
11 years ago
Masayuki Tanaka
f869a109f9
Merge branch 'patch-2' of https://github.com/bjlbernal/c3 into bjlbernal-patch-2
11 years ago
Masayuki Tanaka
06b7ced802
Merge branch 'dominicbarnes-label-threshold'
11 years ago
Masayuki Tanaka
6b276cd73a
Fix conflict
11 years ago
Brandon Bernal
9cb24ac3b0
styling changes for #275
...
Here are the styling changes moved to c3.css regarding #275
11 years ago
Brandon Bernal
8d64915c4e
__data_empty_label when 0 targets to chart.
...
Code to place the chosen __data_empty_label in the center of the main chart when 0 targets supplied. Takes into account sub chart being active.
Styling has been moved to c3.css
11 years ago
Brandon Bernal
f001f7337e
Arc of Gauge to expand on mouseover
...
I noticed that the mouseover effect of expanding and contracting was not happening with the arc gauge. I thought it was working before, and I don't know if it was taken out on purpose of left out during the refactoring of the arc portion of the code. Here is a fix that goes with the current code.
11 years ago
Dominic Barnes
6ba6ce89ce
adding label threshold for pie/donut
11 years ago
Dominic Barnes
21a6e05ff6
correcting typo in function name
11 years ago
Masayuki Tanaka
fc6583108d
Merge branch 'jasonxunxu-master'
11 years ago
Masayuki Tanaka
98502fe674
Remove useless code for categories and update sample for categorized axis - #266
11 years ago
Masayuki Tanaka
2ec9809cb7
Fix conflict
11 years ago
Masayuki Tanaka
facf083dc1
Update sample for gauge - #254
11 years ago
Masayuki Tanaka
5d047c1106
Remove old sample for gauge
11 years ago
Masayuki Tanaka
a76e3b332d
Add sample for gauge and step - #254
11 years ago
Masayuki Tanaka
f22e87d93c
Fix d3 path for flow sample
11 years ago
Masayuki Tanaka
16400645f0
Merge branch 'master' of github.com:masayuki0812/c3
11 years ago
Masayuki Tanaka
2deefb3721
Add flow API - #207
11 years ago
Jason Xun Xu
fef7457987
Fixed using numeric values as category names.
11 years ago
Masayuki Tanaka
18feffab7b
Merge pull request #264 from bjlbernal/patch-1
...
Update c3.js, getInterporate being used to fill interpolate value. ...porate vs ...polate
11 years ago
Masayuki Tanaka
5988709d92
Enable y axis padding as ratio - #251
11 years ago
Brandon Bernal
1fa6f238ee
Update c3.js
...
Shouldn't getInterporate be getInterpolate to match what it is being used for?
11 years ago
Masayuki Tanaka
dcd707f9ab
Add c3-axis class to the axes - #210
11 years ago