-
Notifications
You must be signed in to change notification settings - Fork 272
Conversation
6791497
to
67c5377
Compare
Codecov Report
@@ Coverage Diff @@
## master #57 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 65 66 +1
Lines 629 661 +32
Branches 70 77 +7
=====================================
+ Hits 629 661 +32
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.
Woot! Tests!
A few changes needed to get the demo working end to end.
- add formData to chartData
9e0a4ec
to
1f346c2
Compare
type BaseFormData = { | ||
datasource: string; | ||
// eslint-disable-next-line camelcase |
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.
[nit] We could disable the camelcase rule for the entire BaseFormData
block.
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.
good call.
🏆 Enhancements
Create
ChartClient
to facilitate calls to various APIs necessary for embeddable charts.Refer to this design doc
Working on unit tests.
This PR replaces #44.