Shivam Mishra
2572e317c7
chore: bump to 1.5.2 🎉
4 年之前
Shivam Mishra
222cbb686f
fix: preprocess rect attributes before creating bar
4 年之前
Shivam Mishra
773f93c414
fix: set default translate to 0 if invalid
4 年之前
Shivam Mishra
9d03d502d9
feat: added helper to valid number to svg attributes
4 年之前
Shivam Mishra
a02c79c73c
chore: bump to 1.5.1
5 年之前
Shivam Mishra
d3eabea836
fix: <rect> attribute width bug
Hidden elements have zero width, subtracting offset would make the width negative.
These negative values would cascade down to component creation
5 年之前
Shivam Mishra
40a7214b2e
chore: bump to 1.5.0
5 年之前
Shivam Mishra
e0c1bde2ff
refactor: let Aggregate chart manage legends
5 年之前
Shivam Mishra
73fddf0623
refactor: set default width for legend label to 150
5 年之前
Shivam Mishra
724de646a6
feat: set truncate as 1 by default
5 年之前
Shivam Mishra
3c58269958
style: added semi colon
5 年之前
Shivam Mishra
809bc2c43c
chore: bump to 1.4.1
5 年之前
Shivam Mishra
ef5ab9c715
fix: legend render bug
5 年之前
Shivam Mishra
0633e407f3
chore: bump to 1.4.0
5 年之前
Shivam Mishra
4f48d8d597
feat: allow corner radius for heatmap
5 年之前
Shivam Mishra
c3f747cf39
chore: bump to 1.3.2
5 年之前
Shivam Mishra
53d14004bb
refactor: multiple linting fixes
5 年之前
Scott Fortmann-Roe
b6f2483fd2
Update axis-chart-utils.js
Fix issue with overlapping labels on seriese charts.
5 年之前
Chinmay D. Pai
2eb61e46c0
fix: match possible whitespace chars at the start
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
5 年之前
Chinmay D. Pai
2688662c82
fix: improve regex to check if string is hex or rgb
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
5 年之前
Emīls Gulbis
f85daa3d6e
Fix: Sometimes index === -1
Sometimes when mouse-overing container, i got `vendors.app.js:8427 Uncaught TypeError: Cannot read property 'xPos' of undefined` that is caused by `-1` index
5 年之前
Shivam Mishra
39211a406d
chore: bump to 1.3.0
5 年之前
rafael
f77df2b02f
Changed to pass truncateLegends option to legendDot
5 年之前
rafael
c6e46886f3
Changed legendDot signature, label truncated when required.
5 年之前
Shivam Mishra
3438fcdb05
fix: update function getSplineCurvePointsStr name
5 年之前
Shivam Mishra
2c3d8a52f2
feat: allow disabling animations using 'animate' option
5 年之前
nniclas
2382c4d273
Apply suggestions from code review
Co-Authored-By: Shivam Mishra <scmmishra@users.noreply.github.com>
5 年之前
Niclas Ostberg
173a6f19c5
linechart spline option
5 年之前
Shivam Mishra
92674f94f1
fix: destroying event listener on window
5 年之前
Shivam Mishra
2a03c944c1
feat: bumped to 1.2.4
5 年之前
Shivam Mishra
e03b5726e1
style: linting fixes
5 年之前
Shivam Mishra
d69b3780d9
feat: added shortenYAxisNumbers option to axisOptions
5 年之前
Shivam Mishra
0390fb641a
style: minor linting fixes
5 年之前
Shivam Mishra
49afbd8e6c
feat: allow full circle in donut chart
5 年之前
Shivam Mishra
f0a24a2ced
feat: allow full circle in piechart
5 年之前
Shivam Mishra
e4117952dd
fix: longArc for donut chart
5 年之前
Shivam Mishra
e29a0621c5
feat: added truncateLegends options
5 年之前
Shivam Mishra
e142a5ed93
fix: legend height
6 年之前
Shivam Mishra
94c835115b
feat: labels will auto fit wrapper width
6 年之前
Rushabh Mehta
628602cdf3
fix: default strokeWidth
6 年之前
Shivam Mishra
ece0015366
style: linting fixes
6 年之前
Shivam Mishra
e3c5397cf4
fix: version in index.js
6 年之前
Shivam Mishra
3e6d7cebf8
Update DonutChart.js
Code quality fixes
6 年之前
ratnajeetshyamkunwar
8d00770207
ability to create donut chart
6 年之前
Rohan
87b68e9d7e
Remove minimum height for zero-values in bar chart
Fixes #201 .
This is really a UX issue.
Previously, if any datapoint was a zero-value, it would still be visible on the chart, making it seem it has non-zero data.
P.S. I wasn't able to run the contribution steps locally, so I have no idea how to rebuild the distribution(s). That might need a separate commit/PR.
6 年之前
ajv
91bdab2765
Fix reduce warning for empty arrays
6 年之前
Prateeksha Singh
9470e62954
bump to v1.1.0
7 年之前
Prateeksha Singh
ffc50d41c2
[event-binding] chart.unbindWindowEvents()
7 年之前
Prateeksha Singh
1ba567dc24
[fix] width and dataByIndex update problem
7 年之前
Prateeksha Singh
ee53223020
wrap legend for aggregation charts
7 年之前