Masayuki Tanaka
fb11f87005
Fix flow when no grids
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
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
25e6d08b1d
Fix empty text when no data to show - #275
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
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
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
98502fe674
Remove useless code for categories and update sample for categorized axis - #266
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
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
Masayuki Tanaka
5f100cb894
Fix legend item width - #257
11 years ago
Masayuki Tanaka
9a61819be1
Remove update API - #254
11 years ago
Masayuki Tanaka
1b265f0d19
Refactor gauge and fix init transition - #254
11 years ago
Masayuki Tanaka
8de268547e
Refactor arc callbacks
11 years ago
Masayuki Tanaka
d7afaa5824
Refactor generateDraw functions
11 years ago
Masayuki Tanaka
d26da94ae1
Modify color.values to color.threshold
11 years ago
Masayuki Tanaka
52ba108049
Use const for c3-arc
11 years ago
Masayuki Tanaka
9e4f70a6fc
Remove color.opacity
11 years ago
Masayuki Tanaka
6f75812a44
Fix bar style
11 years ago
Brandon Bernal
deefa5cdfb
Added chart_arc_gauge.html as a sample/demo of functionality. Added c3.update function to update configurations in the demo.
11 years ago
Brandon Bernal
4841daacee
Added chart_arc_gauge.html as a sample/demo of functionality. Added c3.update function to update configurations in the demo.
11 years ago
Brandon Bernal
6d6a4a047d
Errors reported by Travis CI, 4th pass.
11 years ago
Brandon Bernal
dadee8264a
Errors reported by Travis CI, 3rd pass.
11 years ago
Brandon Bernal
1c30d07827
Spacing and Tabbing reported by Travis CI, 2nd pass.
11 years ago
Brandon Bernal
a320d66211
Spacing and Tabbing reported by Travis CI.
11 years ago
Brandon Bernal
b3d53beb64
Removed zeropadding and related code. Removed commented out changes.
11 years ago
Masayuki Tanaka
cc95d59189
Remove options for empty data - #254
11 years ago
Masayuki Tanaka
e8f5a79ad3
Integrate step type with line type - #254
11 years ago