Masayuki Tanaka
a69efa9238
Merge branch 'patch-3' of https://github.com/bjlbernal/c3 into bjlbernal-patch-3
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
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
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
Masayuki Tanaka
5f100cb894
Fix legend item width - #257
11 years ago
Masayuki Tanaka
aac2774887
Fix sample - #254
11 years ago
Masayuki Tanaka
8ed588a3f1
Merge branch 'deviceWISE-master'
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
Masayuki Tanaka
3ddaa7b543
Fix conflict
11 years ago
Brandon Bernal
5b8f2554c8
Fixed error from Travis CI.
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
1bf776a83f
Updated c3.min.js
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
e29f418c9e
Updated c3.min.js
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