David Poore
a60515afc2
1033 change legend item tiles to customizable lines instead of static rects
10 years ago
David Poore
35f170a804
Add title config option to c3 charts core
10 years ago
lbortoli
5c443a6dcc
Fix for issue #1054
...
This is the fix for the issue "Problem parsing date on parseDate function when date is a string".
The validation when 'date' is a number was wrong.
10 years ago
Nikolay
5ccbc03d70
Update tooltip.js
10 years ago
Yordis Prieto
0bc9ce1577
Fix data label position when all the data set is Zero
...
When all the data set is zero the label should be in the above of the y
axis
10 years ago
Yordis Prieto
a6241ca232
Fix data label position for cero value when all the data set is negative
...
When all the data set is negative the label position of cero value will
be above the the y axis line then you will not see the label.
10 years ago
vladsu
58e076bf63
Merge pull request #1 from vladsu/X-axis-visibility-subchart
...
Set the X axis in subchart to visible or invisible
10 years ago
vladsu
1168b6926d
Set the X axis in subchart to visible or invisible
...
I'm totally new in the github and all this stuff. Sorry if I do something wrong.
I came across c3 for two days and found it suitable for me. Thanks for that!
But there are some points which I would like to improve. Here I have added two lines to the c3.js
and with following options the X axis could be set to hide
```
...
axis: {
x: {
show: false
}
}
...
```
http://jsfiddle.net/vladsu/89szjf3r/3/
Best wishes,
Vlad
10 years ago
Peng Wang
2e043da5dc
Fix whitespace in README.md
...
Had a tab instead of a space in header.
10 years ago
Junfeng Liu
31ab1cd631
Keep tooltip on redraw and flow, only hide on mouse move out
10 years ago
Matt Condon
9c3bc1e5cb
add expand duration config for pie, gauge, and donut charts
10 years ago
Masayuki Tanaka
e83d0e78fa
Release v0.4.10
10 years ago
Masayuki Tanaka
72d4eb5542
Fix sample
10 years ago
Masayuki Tanaka
0eea1afb4f
Fix data label position based on user agent
10 years ago
Masayuki Tanaka
97cc3eb349
Fix data label on negative bar chart
10 years ago
Masayuki Tanaka
0f55800e06
Fix unexpected negative width for event rect
10 years ago
Masayuki Tanaka
891ab06f57
Merge branch 'SegFaultx64-master'
10 years ago
Masayuki Tanaka
8c9d72e95d
Update c3.js and c3.min.js
10 years ago
Masayuki Tanaka
7fb248e5b2
Merge branch 'master' of https://github.com/SegFaultx64/c3 into SegFaultx64-master
10 years ago
Masayuki Tanaka
bc2318bd12
Refactor transition on axis
10 years ago
Masayuki Tanaka
10140f78dc
Release v0.4.10-rc5
10 years ago
Masayuki Tanaka
d31dc817a3
Update c3.min.js
10 years ago
Masayuki Tanaka
a6f3d027ae
Merge pull request #1043 from matthelm/phantom-polyfill
...
Fix Function.prototype.bind polyfill by using Mozillas suggested script
10 years ago
Masayuki Tanaka
ecd5728acc
Avoid setting c3 class to body - #1014
10 years ago
Masayuki Tanaka
97998e29cf
Fix type handling in load api - #1013
10 years ago
Masayuki Tanaka
edec7ecaf1
Fix rotated tick text - #1012
10 years ago
Masayuki Tanaka
dc50b136de
Fix legend item width when multiple charts rendered - #1011
10 years ago
Masayuki Tanaka
2df80e9888
Merge branch 'Mustack-master'
10 years ago
Masayuki Tanaka
f8ebb8d60d
Fix conflict
10 years ago
Masayuki Tanaka
5015fd86f2
Merge branch 'DarkoKukovec-master'
10 years ago
Masayuki Tanaka
59ef451f50
Fix conflict
10 years ago
Masayuki Tanaka
01aa08ac4a
Skip mouseout event when chart is destroyed - #997
10 years ago
Jean-Luc Martin
c41deabd1c
forgot to commit built files for bower to use
10 years ago
Jean-Luc Martin
23120a211b
Fixed IE10 issue with getBoundingClientRect
10 years ago
Masayuki Tanaka
e3c291fc8c
Fix convert json not to mutate input object - #993
10 years ago
Masayuki Tanaka
73ec414dbc
Fix data spec
10 years ago
Masayuki Tanaka
d3342f4665
Fix data.region dash line - #989
10 years ago
Masayuki Tanaka
9e3efb974a
Release 0.4.10-rc4
10 years ago
Masayuki Tanaka
9476cfe510
Fix unexpected rendering failure on init - #975
10 years ago
Masayuki Tanaka
a45fcd6758
Release 0.4.10-rc3
10 years ago
Masayuki Tanaka
0d8ac04b19
Fix flow
10 years ago
Masayuki Tanaka
ff60d03def
Update sample for data.label
10 years ago
Masayuki Tanaka
a3aecb0bbb
Fix error about event rect widt when no ticks
10 years ago
Masayuki Tanaka
14db4af699
Fix data label for area chart
10 years ago
Masayuki Tanaka
7d8a949a70
Fix tooltip position on right edge on Firefox
10 years ago
Masayuki Tanaka
77d83dfc56
Fix axis.labels api
10 years ago
Masayuki Tanaka
46e624f43c
Fix conflict for new axis architecture
10 years ago
Masayuki Tanaka
1edb4dde57
Fix conflict
10 years ago
Masayuki Tanaka
a93fa4d38a
Use position = fixed instead of height = 1 when getBoundingClientRect - #1005 #1026
10 years ago
Masayuki Tanaka
265650b833
Release 0.4.10-rc2 - #1019
10 years ago