Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
implustech
/
echarts
Public
forked from
apache/echarts
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
echarts
src
processor
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 21, 2022
fix(stack): revert pr #17809
Ovilia
committed
106907d
View commit details
Copy full SHA for 106907d
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
fix(dataStack): zero is neither positive nor negative stack, close #17801
YuShengHou
committed
ff67cdc
View commit details
Copy full SHA for ff67cdc
View code at this point
Browse repository at this point
Commits on May 23, 2022
add explicit default
villebro
committed
6d69ccd
View commit details
Copy full SHA for 6d69ccd
View code at this point
Browse repository at this point
feat: add new stacking strategies
villebro
committed
edeff8b
View commit details
Copy full SHA for edeff8b
View code at this point
Browse repository at this point
Commits on Jan 18, 2022
Merge pull request #16372 from Cuiyansong/master
Show description for 4fe9cb0
pissang
authored
4fe9cb0
View commit details
Copy full SHA for 4fe9cb0
View code at this point
Browse repository at this point
refactor(datasample): use globale function to replace type check which include special values
Cuiyansong
committed
847c48e
View commit details
Copy full SHA for 847c48e
View code at this point
Browse repository at this point
Commits on Jan 14, 2022
fix(dtatsample): fix rate infinity cause range error
Cuiyansong
committed
1c03aa3
View commit details
Copy full SHA for 1c03aa3
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
style: using utility methods for type checking.
pissang
committed
53babd2
View commit details
Copy full SHA for 53babd2
View code at this point
Browse repository at this point
Commits on Aug 19, 2021
**There are these issues existing before this commit:**
Show description for dffeb3a
100pah
committed
dffeb3a
View commit details
Copy full SHA for dffeb3a
View code at this point
Browse repository at this point
Commits on Jul 22, 2021
refact(data): optimize stack on high dimension data
pissang
committed
5bc0c51
View commit details
Copy full SHA for 5bc0c51
View code at this point
Browse repository at this point
Commits on Jul 9, 2021
refact(data): separate List to DataStorage and SeriesData
pissang
committed
85ee886
View commit details
Copy full SHA for 85ee886
View code at this point
Browse repository at this point
Commits on Jun 16, 2021
fix: remove useless logic in negativeDataFilter & improve clear emptyCircle method
ssthouse
committed
876c7b3
View commit details
Copy full SHA for 876c7b3
View code at this point
Browse repository at this point
Commits on Jun 15, 2021
fix: CR suggestions
Show description for 382cdcd
ssthouse
committed
382cdcd
View commit details
Copy full SHA for 382cdcd
View code at this point
Browse repository at this point
refactor: create new filter to handle pie chart negative value condition
ssthouse
committed
1ff6e4c
View commit details
Copy full SHA for 1ff6e4c
View code at this point
Browse repository at this point
Commits on May 22, 2021
fix:
Show description for a46d2e6
100pah
committed
a46d2e6
View commit details
Copy full SHA for a46d2e6
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
fix(type): optimize types for dts bundling
pissang
committed
f9bd8da
View commit details
Copy full SHA for f9bd8da
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
fix(List): fix appendData
pissang
committed
d4bf86c
View commit details
Copy full SHA for d4bf86c
View code at this point
Browse repository at this point
perf: optimize lttb downsample performance.
pissang
committed
03bf01c
View commit details
Copy full SHA for 03bf01c
View code at this point
Browse repository at this point
Commits on Sep 23, 2020
fix(sample): fix lttb downsample with dataZoom
pissang
committed
255b019
View commit details
Copy full SHA for 255b019
View code at this point
Browse repository at this point
feat(sample): optimize performance of lttb sampling
pissang
committed
d6f6300
View commit details
Copy full SHA for d6f6300
View code at this point
Browse repository at this point
Commits on Sep 22, 2020
feat(sample): add demo to compare samples
SnailSword
committed
e916453
View commit details
Copy full SHA for e916453
View code at this point
Browse repository at this point
feat(sample): support largest-triangle-three-buckets algo
SnailSword
committed
7dcce2c
View commit details
Copy full SHA for 7dcce2c
View code at this point
Browse repository at this point
Commits on Mar 26, 2020
ts: let to const. And add eslint rule "prefer-const".
100pah
committed
c7055ce
View commit details
Copy full SHA for c7055ce
View code at this point
Browse repository at this point
Commits on Mar 20, 2020
ts: [var => let/const] part II: batch replace var to let or const.
Show description for 0b5b67f
100pah
committed
0b5b67f
View commit details
Copy full SHA for 0b5b67f
View code at this point
Browse repository at this point
Commits on Mar 8, 2020
ts: add types for tree seris. fix issues caused by strict getItemModel. remove chord
pissang
committed
432ec61
View commit details
Copy full SHA for 432ec61
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
ts: add types for scatter series
pissang
committed
d47fa75
View commit details
Copy full SHA for d47fa75
View code at this point
Browse repository at this point
Commits on Feb 21, 2020
ts: use generic for List#hostModel
pissang
committed
04e3a6a
View commit details
Copy full SHA for 04e3a6a
View code at this point
Browse repository at this point
ts: add more type on processor and preprocessor
pissang
committed
22982a3
View commit details
Copy full SHA for 22982a3
View code at this point
Browse repository at this point
Commits on Feb 19, 2020
ts: add more types, pie, part of processor, visual
pissang
committed
ca899c9
View commit details
Copy full SHA for ca899c9
View code at this point
Browse repository at this point
Commits on Feb 16, 2020
Migrate to TS -- Part I (some of the basic class and utils)
Show description for 3229e88
100pah
committed
3229e88
View commit details
Copy full SHA for 3229e88
View code at this point
Browse repository at this point
Commits on Feb 15, 2020
mark ts-nocheck temporarily to not modified files.
100pah
committed
6b991be
View commit details
Copy full SHA for 6b991be
View code at this point
Browse repository at this point
Commits on Feb 3, 2020
rename source code files from js to ts
100pah
committed
6dc77e1
View commit details
Copy full SHA for 6dc77e1
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
fix: dataStack work incorrectly with toolbox dataZoom #10972 #8520 #7534 #10359 #8069 #7872 #7732 #7672
deqingli
committed
16dd99d
View commit details
Copy full SHA for 16dd99d
View code at this point
Browse repository at this point
Commits on Apr 23, 2018
Add license header comment on each source file
pissang
committed
0d5e6d9
View commit details
Copy full SHA for 0d5e6d9
View code at this point
Browse repository at this point
Commits on Mar 29, 2018
Fix dataSample cause incorrect extent when data is NaN.
100pah
committed
d216e03
View commit details
Copy full SHA for d216e03
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.