Masayuki Tanaka
2e203fac84
Accept category as axis type
11 years ago
Masayuki Tanaka
2b124aebad
Fix flow
11 years ago
Masayuki Tanaka
797846914f
Add json file for sample
11 years ago
Masayuki Tanaka
fb11f87005
Fix flow when no grids
11 years ago
Masayuki Tanaka
64552c8089
Fix conflict
11 years ago
Masayuki Tanaka
d43ba27d89
Merge branch 'master' of github.com:masayuki0812/c3
11 years ago
Masayuki Tanaka
64c5ddc5e9
Add color API - #263
11 years ago
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
f549408cbf
Merge pull request #282 from iphands/master
...
add cusom name support
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
Ian Page Hands
a100058e92
add cusom name support
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