Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
951 contributions in the last year
Activity overview
Contributed to
chartjs/Chart.js,
etimberg/pycircuitbreaker,
chartjs/chartjs-chart-smith
and 5 other
repositories
Contribution activity
December 2020
Created 21 commits in 2 repositories
Created 1 repository
- etimberg/rollup-plugin-dts TypeScript
Created a pull request in chartjs/Chart.js that received 10 comments
Opened 20 other pull requests in 2 repositories
chartjs/Chart.js
18
merged
- Cache the lineheight regex
- Clean up the LayoutItem type
- Cache data limits to ensure they are only computed once per update
- Create standardized text render method
- Enable changing the chart type
- Remove duplicate Scriptable definitions
- Scriptable tick colours
- Horizontal axis with center position should display labels
- Add options to configure tick styling independent of grid lines
- Add note about loading fonts and chart updates
- Ensure that default animation modes table is clear
- Split animation definitions
- Split Element type to it's own definition file
- Split geometric types to their own definition file
- Merge TS files into a single file to prevent circular loops
- Prevent double plugin registers from losing the list of plugins
- Quick exit the legend fit function when the legend is not displayed
- Respect the set locale in the pie/doughnut tooltips
chartjs/chartjs-chart-smith
2
merged
Reviewed 52 pull requests in 4 repositories
chartjs/Chart.js 47 pull requests
- Skip reset when animations are disabled
- Warn on console when something is throttled
- Always freeze cached options
- Line: Update points directly, when possible
- Mention npm in installation section
- Use cached Intl.NumberFormat everywhere
- Line: Use Path2D as cache
- 2.9 docs - fix broken link
- Update spelling of cancellable
- Rename helpers.clear to helpers.clearCanvas
- Migrate to chartjs-test-utils
- Example code plugin outdated
- Ensure that default collections table is clear
- Split animation definitions
- Docs/multiline labels
- Split adapter types to their own definition file
- Update CI
- Update dependencies
- Controller defaults wrong adressing
- Add color options to documentation and types where missing
- Layout: enforce box limits, reject <0 chartArea
- TypeScript updates
- Make PointLabels color scriptable
- Update defaults and types for tick stroke
- Radius validation for drawRadiusLine
- Some pull request reviews not shown.
chartjs/chartjs-plugin-annotation 3 pull requests
chartjs/chartjs-chart-smith 1 pull request
chartjs/eslint-config-chartjs 1 pull request
Created an issue in chartjs/Chart.js that received 8 comments
Consider Isolating mode, property, and collection animation options
At present, the animation options can include settings for any of the given modes, along with user definable properties and collections. There runs…
8
comments