Unclaimed project
Are you a maintainer of charts? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
charts
🟢 Charts for Jetpack Compose — Multiplatform (Android · iOS · Web · Desktop)
androidandroid-chartchartchartscompose-multiplatformios+6
Last updated about 1 month ago
Back to changelogCharts 2.1.0
Charts 2.1.0 introduces a new chart type, improves interaction accuracy across charts, and delivers a more robust demo and documentation experience.
Highlights
- New
RadarChart for multivariate data visualization
- Improved interaction accuracy for line, bar, pie, and radar charts
- More stable gesture handling in nested scroll layouts
- Expanded screenshot-based visual regression coverage
- New versioned documentation site with demos and examples
Documentation: https://charts.harisdautovic.com//2.1.0/wiki
Live Demo: https://charts.harisdautovic.com//static/demo/2.1.0/index.html
What's Changed
- chore(kmp): split Android app plugin out of KMP module by @hdcodedev in https://github.com/dautovicharis/charts/pull/246
fix(linechart): keep drag point on curve by @hdcodedev in https://github.com/dautovicharis/charts/pull/247fix(charts): avoid scroll conflicts with gestures by @hdcodedev in https://github.com/dautovicharis/charts/pull/248fix(bar): correct min required error message by @hdcodedev in https://github.com/dautovicharis/charts/pull/249fix(bar): account for spacing in selection by @hdcodedev in https://github.com/dautovicharis/charts/pull/250docs(agent): clarify PR creation steps by @hdcodedev in https://github.com/dautovicharis/charts/pull/251fix(compose): stabilize chart state and data by @hdcodedev in https://github.com/dautovicharis/charts/pull/252feat(screenshot): add screenshot tests and ci reporting by @hdcodedev in https://github.com/dautovicharis/charts/pull/253feat(radar): add radar chart by @hdcodedev in https://github.com/dautovicharis/charts/pull/255feat: add chart gallery and normalize chart data by @hdcodedev in https://github.com/dautovicharis/charts/pull/256chore(ktlint): add formatting support by @hdcodedev in https://github.com/dautovicharis/charts/pull/257feat(docs): add nextjs docs app and versioned content by @hdcodedev in https://github.com/dautovicharis/charts/pull/258fix(docs): add remote inference for static fetch by @hdcodedev in https://github.com/dautovicharis/charts/pull/259fix(deploy): set vercel docs app root by @hdcodedev in https://github.com/dautovicharis/charts/pull/260fix(deploy): stop ignoring docs app by @hdcodedev in https://github.com/dautovicharis/charts/pull/261fix(deploy): drop standalone output by @hdcodedev in https://github.com/dautovicharis/charts/pull/262fix(deploy): remove legacy vercel config by @hdcodedev in https://github.com/dautovicharis/charts/pull/263fix(deploy): fix docs static asset serving by @hdcodedev in https://github.com/dautovicharis/charts/pull/264feat(docs-app): add Vercel analytics by @hdcodedev in https://github.com/dautovicharis/charts/pull/265chore(ci): split workflows and schedule snapshots by @hdcodedev in https://github.com/dautovicharis/charts/pull/266fix(ci): correct build workflow steps by @hdcodedev in https://github.com/dautovicharis/charts/pull/267docs(snapshot): update 2.0.2-SNAPSHOT index by @hdcodedev in https://github.com/dautovicharis/charts/pull/269docs(agent): split docs update workflow files by @hdcodedev in https://github.com/dautovicharis/charts/pull/270fix(ci): skip lint and tests for docs-only changes by @hdcodedev in https://github.com/dautovicharis/charts/pull/271feat(charts): improve line rendering and pie slice selection by @hdcodedev in https://github.com/dautovicharis/charts/pull/272Bump prismjs and react-syntax-highlighter in /docs/docs-app by @dependabot[bot] in https://github.com/dautovicharis/charts/pull/268fix(charts): improve pie interactions and palette generation by @hdcodedev in https://github.com/dautovicharis/charts/pull/273fix(radar): polish gallery previews and legend visibility by @hdcodedev in https://github.com/dautovicharis/charts/pull/275feat(demo): add style details dialog and tablet screenshot baselines by @hdcodedev in https://github.com/dautovicharis/charts/pull/276Release 2.1.0 by @hdcodedev in https://github.com/dautovicharis/charts/pull/277New Contributors
- @dependabot[bot] made their first contribution in https://github.com/dautovicharis/charts/pull/268
Full Changelog: https://github.com/dautovicharis/charts/compare/2.0.1...2.1.0