Patrick Schreifels
cf2506dcc4
Resolves indentation issues.
11 years ago
Patrick Schreifels
28f6083e2e
Resolves jslint issues.
11 years ago
Patrick Schreifels
f4b686db1e
Adds an option to inset the legend.
...
To use — set the position to “inset”. Then, configure the inset
position by setting anchor to “top-left, top-right, bottom-left, or
bottom-right”, and offset x and/or y.
For example:
legend: {
position: "inset",
inset: {
anchor: "top-left",
x: 20,
y: 20
}
}
11 years ago
Masayuki Tanaka
645a034e04
Fix loading json with undefined data - #325
11 years ago
Masayuki Tanaka
a7cc082d27
Fix stacking line with 0 value - #316
11 years ago
Masayuki Tanaka
d7b7b0645c
Fix bug for raw timeseries input again - #311
11 years ago
Masayuki Tanaka
bb2683f9fa
Accept unsorted timeseries data - #322
11 years ago
Masayuki Tanaka
2a11888dbd
Fix bug about y domain - #317
11 years ago
Masayuki Tanaka
d2f48b8e4e
Release 0.2.3
11 years ago
Masayuki Tanaka
5b4639c897
Show gauge label when value is 0
11 years ago
Masayuki Tanaka
3746404fc9
Fix tick width when no tick exists - #295
11 years ago
Masayuki Tanaka
d3c0068174
Rename onenter/onleave to onmouseover/onmouseout
11 years ago
Masayuki Tanaka
b8c21eb32e
Rename onend to done in flow API - #314
11 years ago
Masayuki Tanaka
d1783abed6
Fix bug for raw timeseries input - #311
11 years ago
Masayuki Tanaka
b4619dbf29
Include 0 as all positive/negative
11 years ago
Masayuki Tanaka
edfe1d67c1
Do not handle zoom event when zoom disabled
11 years ago
Masayuki Tanaka
832d6c7034
Fix data label to be shown - #295
11 years ago
Masayuki Tanaka
d313e586e0
Fix bug for flow with indexed data
11 years ago
Masayuki Tanaka
68140c2c85
Release 0.2.2
11 years ago
Masayuki Tanaka
7dd5e4c9b3
Fix flow API
11 years ago
Masayuki Tanaka
8aa466f09b
Add tooltip.grouped option - #307
11 years ago
Masayuki Tanaka
ae1584aa2f
Add zoom.enable API - #304
11 years ago
Masayuki Tanaka
0230172e03
Fix data label when null included - #295
11 years ago
Masayuki Tanaka
c3e39aea68
Fix flow API when x axis padding exists
11 years ago
Masayuki Tanaka
4c6e2a99ae
Accept multiple args in xgrids/ygrids.remove API
11 years ago
Masayuki Tanaka
c81f5a2955
Fix class for ygrid lines
11 years ago
Masayuki Tanaka
44aef00940
Release 0.2.1
11 years ago
Masayuki Tanaka
03db61775b
Fix trivial and update c3.min.js
11 years ago
Quim Llimona
4206f9d6fe
`getXValue` fails when x is 0
...
`getXValue` returns the index when x is specifically 0, because it's falsey. Fixed that by checking the specific case.
I have not updated c3.min.js.
11 years ago
Masayuki Tanaka
e127fb0cbd
Update x scale on category axis when legend.show/hide - #286
11 years ago
Masayuki Tanaka
08e80f2738
Fix y domain padding - #296
11 years ago
Masayuki Tanaka
9a67dce279
Fix y padding for data label - #295
11 years ago
Masayuki Tanaka
ed534fc53a
Fix width for data label
11 years ago
Masayuki Tanaka
02b7b56e79
Fix grid.remove API
11 years ago
Brandon Bernal
a481707ca7
transformForArcLabel NaN error.
...
Sometimes the data provided can't be used for <code>transformForArcLabel</code> (a stacked area chart where registered items came back as neither connected or disconnected. http://jsfiddle.net/U5g3h/ ). I find that the <code>startAngle</code> and <code>endAngle</code> values arrive as <code>NaN</code>. To fix this I am checking before assigning <code>x</code> and <code>y</code>.
11 years ago
Masayuki Tanaka
b0b7710cf4
Release 0.2.0
11 years ago
Masayuki Tanaka
97ae82425a
Fix axis.min/max/range for timeseries - #285
11 years ago
Masayuki Tanaka
2e203fac84
Accept category as axis type
11 years ago
Masayuki Tanaka
2b124aebad
Fix flow
11 years ago
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