GermainBergeron
2dc3d60211
Add same option to donuts
9 years ago
GermainBergeron
6a54fdbf58
Add option to configure pie label ratio
...
Keep default behaviour when no option is set
Works with a number or a function
Fixes #1628
9 years ago
Josh Kinlaw
00887344af
adds startingAngle and fullCircle properties to gauge
9 years ago
Daniele Piccone
12e852364e
Fixed tests and parameters
9 years ago
Daniele Piccone
3b18d5f463
Added classname as a config parameter which will set svg class
9 years ago
Adam Shukur
747740de70
Allow for optional xhr headers object when retrieving data from url
9 years ago
Edmundo Alvarez
da9db27200
Add spline custom interpolation
...
With these changes it is possible to set a custom spline interpolation
by giving a valid d3 interpolation to spline.interpolation.type.
Fixes #479
9 years ago
Masayuki Tanaka
f8f7255ad1
Remove resize_timeout option
10 years ago
Masayuki Tanaka
10a560cf31
Apply #1085 to src
10 years ago
GermainBergeron
ce96ac07da
Fixes #1192
...
Added onshow and onhide functions on tooltip
10 years ago
Masayuki Tanaka
4eb2dd13ff
Add title.position/title.padding and remove title.x/title.y - #1025 #1021
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
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
Matt Condon
9c3bc1e5cb
add expand duration config for pie, gauge, and donut charts
10 years ago
timopheym
92e4e02960
Resolved #305 ; Now you may pass axis.y.tick.rotate
10 years ago
Masayuki Tanaka
4f35d8f50f
Add axis.y.inverted and axis.y2.inverted - #885 #534
10 years ago
Masayuki Tanaka
f71ba1519e
Add onrendered callback - #880
10 years ago
Masayuki Tanaka
7bb7cb998d
Remove data.ondragstart and data.ondragend callbacks - #215 #798
10 years ago
Masayuki Tanaka
cc571011bd
Add data.selection.draggable and enable scrolling even if it's on the chart - #215 #798
10 years ago
Denis Voytyuk
45b8dcc7d8
Rename resize_auto to auto_resize
10 years ago
Denis V
a3f9e986b4
Calling resize on each and every window resize drammatically slows down the browser #857
10 years ago
Kentaro ku KUMAGAI
7062e0ab67
Introduce tooltip.position callback function
...
to control the position of the tooltip programmatically
10 years ago
Tropicalista
7bdb00c582
Update config.js
10 years ago
Masayuki Tanaka
dbd6461239
Add legend.hide option - #731
10 years ago
Masayuki Tanaka
c42899d0dc
Fix y axis timeseries - #703
10 years ago
Warren
f12a65f08c
Added ability to use timeseries and intervals for y axis
10 years ago
Masayuki Tanaka
76fbe57adb
Support multiline tick text on normal x axis and introduce axis.x.tick.multiline option - #139 #670
10 years ago
Masayuki Tanaka
afe839714d
Use 0 as default for axis.x.tick.rotate
10 years ago
Masayuki Tanaka
e1e3ddcf59
Support multiple lines tick text on category axis - #139
10 years ago
Masayuki Tanaka
2035754ca5
Add zoom.rescale option to rescale y/y2 when zooming - #559
10 years ago
michalkop93
c92bbb43c6
Changed axis.x.domain.min/max to zoom.x.min/max
10 years ago
Masayuki Tanaka
35b7bdf426
Modify step chart interpolation - #566
10 years ago
michalkop93
7a0a8c4e09
added configurable domain trimming
10 years ago
Masayuki Tanaka
2d39d65d66
Introduce axis.y.tick.values, axis.y.tick.count and remove axis.y.ticks - #560
10 years ago
Masayuki Tanaka
9ee5464e7c
Remove pie.sort and donut.sort options
10 years ago
michalkop93
708c9d5913
added start and end callback for zoom
10 years ago
Masayuki Tanaka
d040c81d04
Add data.xSort option and fix the logic to closest data point - #525
10 years ago
Masayuki Tanaka
0a2f754b67
Fix connect_null to connectNull - #516 #81
10 years ago
Masayuki Tanaka
d9c280a587
Add axis.x.extent option instead of axis.x.default - #512
10 years ago
Masayuki Tanaka
aef885afb4
Add oninit option - #502
10 years ago
Masayuki Tanaka
53f3442f73
Add axis.y.default and axis.y2.default option - #442
10 years ago
Masayuki Tanaka
7ee85d696a
Cancel zerobased if axis.y.min/max specified - #454
10 years ago
Masayuki Tanaka
9d1b32a7c2
Introduce grid.lines.front option - #462
10 years ago
Masayuki Tanaka
140cf726c5
Fix padding when scatter chart - #457
10 years ago
Masayuki Tanaka
a3a16800fb
Fix literal for config
10 years ago
Masayuki Tanaka
da9012470f
Enable additional config
10 years ago
Masayuki Tanaka
bc8226a7f9
Fix bugs
10 years ago
Masayuki Tanaka
fe5a71ab3e
Separete src files
10 years ago