Masayuki Tanaka
74880d6458
Refactor #1086 and add spec
10 years ago
Masayuki Tanaka
cdecc19fdf
Fix conflict
10 years ago
Masayuki Tanaka
5609201200
Merge branch 'vladsu-master'
10 years ago
Masayuki Tanaka
10a560cf31
Apply #1085 to src
10 years ago
Masayuki Tanaka
00fc0d48f1
Merge branch 'master' of https://github.com/vladsu/c3 into vladsu-master
10 years ago
Masayuki Tanaka
d9d5c5e9d1
Merge pull request #1084 from hlfcoding/patch-1
...
Fix whitespace in README.md
10 years ago
Masayuki Tanaka
15ad84289f
Update c3.min.js
10 years ago
Masayuki Tanaka
f79e354465
Merge branch 'J-F-Liu-master'
10 years ago
Masayuki Tanaka
f26df379e7
Merge branch 'master' of https://github.com/J-F-Liu/c3 into J-F-Liu-master
10 years ago
Masayuki Tanaka
74283aa559
Merge branch 'Shrugs-master'
10 years ago
Masayuki Tanaka
5a3226dd0e
Fix conflict
10 years ago
Masayuki Tanaka
fb51543383
Fix null data in arc event listener
10 years ago
Masayuki Tanaka
23f80e70dd
Update c3.min.js
10 years ago
Masayuki Tanaka
63466d97cf
Merge branch 'davidpoore-1033_custom_legend_config'
10 years ago
Masayuki Tanaka
af20479763
Merge branch '1033_custom_legend_config' of https://github.com/davidpoore/c3 into davidpoore-1033_custom_legend_config
10 years ago
Masayuki Tanaka
aeff370a6f
Fix to zoom out based on zoom.x.min/max - #603
10 years ago
Masayuki Tanaka
913a568142
Merge branch 'michalkop93-domain'
10 years ago
Masayuki Tanaka
4f0bf9e572
Update c3.min.js
10 years ago
Masayuki Tanaka
c073d3373d
Merge branch 'michalkop93-axisTickGenerator'
10 years ago
Masayuki Tanaka
c054236ec9
Fix conflict
10 years ago
Masayuki Tanaka
8fee9aa373
Merge branch 'michalkop93-axisTickGenerator'
10 years ago
Masayuki Tanaka
5c0edf4f8a
Fix conflict in c3.min.js
10 years ago
Masayuki Tanaka
f620538c5f
Update c3.js and c3.min.js - #860
10 years ago
Masayuki Tanaka
22fcf44d88
Merge pull request #860 from denisvmedia/master
...
Calling resize on each and every window resize drammatically slows down the browser
10 years ago
GermainBergeron
18a39d5878
Fixed build
...
Added c3.js & c3.min.js
10 years ago
GermainBergeron
ce96ac07da
Fixes #1192
...
Added onshow and onhide functions on tooltip
10 years ago
Jesse White
761269ac07
Hide elements from the legend and tooltip when their name is null.
10 years ago
Masayuki Tanaka
ae26e98ed9
Update README.md
10 years ago
Masayuki Tanaka
607f0fd49d
Merge pull request #1131 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
10 years ago
Austin Murdock
4f8f63c0e8
fix(AMD-module): updating to enforce the AMD standard
...
https://github.com/amdjs/amdjs-api/blob/master/AMD.md designates that the factory should be a function.
10 years ago
lbortoli
1b6d2c2895
Add chart.api ($$.api) to 'onunselected' callback
...
It should behave as the 'onselected' callback.
10 years ago
Masayuki Tanaka
4eb2dd13ff
Add title.position/title.padding and remove title.x/title.y - #1025 #1021
10 years ago
Masayuki Tanaka
cf7ea12b2d
Update c3.min.js
10 years ago
Masayuki Tanaka
6046ee0f67
Merge pull request #1025 from davidpoore/master
...
Add title config option to c3 charts core
10 years ago
Masayuki Tanaka
30ce1f8217
Fix subchart interaction when bindto is null - #1020
10 years ago
Sudhakar
37c6d7215b
Sudhakar, Hemanth | Added a config called 'sensitivity' for the point so that click sensitivity can be configured.
...
Right now, the click area of a point is hard coded in the code and in high pixel density devices (iPad) this is not enough. Have modified the data.js (c3_chart_internal_fn.dist) function to calculate the distance between the two points and compare it with the configured value (which is passed to c3.generate method along with other config)
Example
point: {
show: true,
r: 5,
sensitivity: 20
},
10 years ago
Sudhakar
522bcfc24e
Sudhakar, Hemanth | Disabling the gray color highlighting on click in iOS devices
10 years ago
Sudhakar
e5edb0f17e
Sudhakar, Hemanth | Disabling the gray color highlighting on click in iOS devices
...
When any graph is opened in iOS devices, clicking on a point highlights the whole graph with gray color briefly. This hinders the interactivity as it does it for the whole graph area
10 years ago
Tim McLean
2379138bc4
Allow patch upgrades to D3.js dependency
10 years ago
The Gitter Badger
e1f029bc91
Added Gitter badge
10 years ago
Richard Knoll
fbe6e4c7c3
fixed resize event removal and performance issue while resizing
10 years ago
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