-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create chart plugins and metadata #6072
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6072 +/- ##
=======================================
Coverage 77.59% 77.59%
=======================================
Files 47 47
Lines 9496 9496
=======================================
Hits 7368 7368
Misses 2128 2128 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* add credit field * change image size limit for url-loader * create chord ChartPlugin * Update config to include original file name in the output * add calendar * add country map * add eventflow * add thumbnails * add eventflow, filterbox, force-directed and heatmap * Add histogram, horizon, mapbox, paired t-test, parallel coordinates * Create plugins for the rest one-off charts * ignore chartplugin files from istanbul
metadata
andChartPlugin
for all the simple charts.metadata
.url-loader
from 100KB to 10KB[hash].[ext]
to[name].[hash:8].[ext]
gif
andjpg
This PR does not include
nvd3
,deck.gl
orBigNumber
yet@williaster @conglei @graceguo-supercat @michellethomas