Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tomauty
/
react-native-chart
Public
Notifications
You must be signed in to change notification settings
Fork
233
Star
1.6k
Code
Issues
53
Pull requests
5
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Dec 24, 2019
Update README.md
tomauty
authored
2dd6a24
Copy full SHA for 2dd6a24
Commits on Jul 7, 2017
Update README.md
tomauty
authored
b9d1ade
Copy full SHA for b9d1ade
Commits on Nov 3, 2016
Merge pull request #134 from seantis/fix-readme
Show description for a7be1ec
tomauty
authored
a7be1ec
Copy full SHA for a7be1ec
Merge pull request #139 from seantis/set-default-color
Show description for 326e6a2
tomauty
authored
326e6a2
Copy full SHA for 326e6a2
Merge pull request #138 from seantis/issue-137
Show description for 92b5195
tomauty
authored
92b5195
Copy full SHA for 92b5195
Commits on Oct 26, 2016
Fix calculation of horizontal in line charts
Marc Sommerhalder
committed
0840723
Copy full SHA for 0840723
Set default color
Marc Sommerhalder
committed
f6ad48c
Copy full SHA for f6ad48c
Fix grid and axis by using the data of all graphs
Marc Sommerhalder
committed
3c9dae4
Copy full SHA for 3c9dae4
Fix horizontal grid and axis
Marc Sommerhalder
committed
dc95b03
Copy full SHA for dc95b03
Fix the usage example in the README
Marc Sommerhalder
committed
8bfd221
Copy full SHA for 8bfd221
Commits on Oct 25, 2016
Remove default styling for RN 0.36+ compatibility
tomauty
committed
e3290e9
Copy full SHA for e3290e9
Commits on Oct 13, 2016
Re-add screenshot
tomauty
committed
4d92766
Copy full SHA for 4d92766
Merge branch 'a-tamang-master'
tomauty
committed
597394b
Copy full SHA for 597394b
Merge branch 'master' of https://github.com/a-tamang/react-native-chart into a-tamang-master
tomauty
committed
cb524fb
Copy full SHA for cb524fb
Update README.md
tomauty
authored
6565df6
Copy full SHA for 6565df6
Commits on Sep 6, 2016
Updated README
Ashish Waiba Tamang
committed
bfb4e87
Copy full SHA for bfb4e87
Commits on Aug 26, 2016
multi chart implemented, can have breaks in line graphs, empty data point signified by empty string
atamang
committed
320480c
Copy full SHA for 320480c
Commits on Aug 25, 2016
Fix 'showDataPoint=false' bug hiding line chart
tomauty
committed
befd891
Copy full SHA for befd891
Line chart displayed as one would now expect. No more extra space on right side
tomauty
committed
aec6ede
Copy full SHA for aec6ede
Fix warning for Grid height/width on first invocation
tomauty
committed
7e52f46
Copy full SHA for 7e52f46
Commits on Aug 17, 2016
Merge pull request #121 from ColinRTaylor/master
Show description for 8ba6482
tomauty
authored
8ba6482
Copy full SHA for 8ba6482
Fixed small typo
ColinRTaylor
authored
82ac5cf
Copy full SHA for 82ac5cf
changed Readme example to add showDataPoint true
ColinRTaylor
committed
0a54a39
Copy full SHA for 0a54a39
Commits on Aug 12, 2016
Tight bounds problem with rounding fixed with better impl.
atamang
committed
16d9bdb
Copy full SHA for 16d9bdb
Commits on Aug 11, 2016
Adding dist, test
atamang
committed
e12e45d
Copy full SHA for e12e45d
Updated README v2
atamang
committed
3416635
Copy full SHA for 3416635
Commits on Aug 10, 2016
Updated README
atamang
committed
ebe2eb5
Copy full SHA for ebe2eb5
Added yAxisShortLabel prop, modified major props, multi-line now works
atamang
committed
43be7aa
Copy full SHA for 43be7aa
Commits on Aug 2, 2016
Merge pull request #116 from jakkra/master
Show description for c5ec55d
tomauty
authored
c5ec55d
Copy full SHA for c5ec55d
Commits on Aug 1, 2016
Adds ability to set horizontalGridStep, so not every x-value will give a vertical grid line
jakkra
committed
c6df82d
Copy full SHA for c6df82d
Merge pull request #113 from a-tamang/master
Show description for e08d422
tomauty
authored
e08d422
Copy full SHA for e08d422
Commits on Jul 29, 2016
Silly typo fixed
atamang
committed
5be59f8
Copy full SHA for 5be59f8
New prop, 'yAxisUseDecimal' added
atamang
committed
e4208fa
Copy full SHA for e4208fa
Commits on Jul 28, 2016
Bug with tight bounds clipping max/mins fixed
atamang
committed
c1fa714
Copy full SHA for c1fa714
Commits on Jul 27, 2016
[CHORE] Build
tomauty
committed
0ab9830
Copy full SHA for 0ab9830
Pagination
Previous
Next
You can’t perform that action at this time.