Laurence Hudson
10b3efc1e1
Use getTextRect to measure title size, also fix getTextRect so that any custom css font used is applied while measuring
10 years ago
Laurence Hudson
d49a68afe4
Ensure that the input data to is numerically sorted (not alpha)
10 years ago
James Garfield
26d8c3e061
Change legend method customization/override to be consistent across all methods.
10 years ago
Masayuki Tanaka
4b34a1958e
Release v0.4.11-rc1
10 years ago
Masayuki Tanaka
0efe6d7775
Update c3.min.js
10 years ago
Masayuki Tanaka
f6add829ce
Apply #1153 to src
10 years ago
Masayuki Tanaka
f8f7255ad1
Remove resize_timeout option
10 years ago
Masayuki Tanaka
74880d6458
Refactor #1086 and add spec
10 years ago
Masayuki Tanaka
10a560cf31
Apply #1085 to src
10 years ago
Masayuki Tanaka
fb51543383
Fix null data in arc event listener
10 years ago
Masayuki Tanaka
aeff370a6f
Fix to zoom out based on zoom.x.min/max - #603
10 years ago
Masayuki Tanaka
5c0edf4f8a
Fix conflict in c3.min.js
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
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
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
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
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
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
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
bc2318bd12
Refactor transition on axis
10 years ago
Masayuki Tanaka
10140f78dc
Release v0.4.10-rc5
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
01aa08ac4a
Skip mouseout event when chart is destroyed - #997
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
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
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