-
Notifications
You must be signed in to change notification settings - Fork 383
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
Replace dependence plot with highchart lib #1208
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1208 +/- ##
=======================================
Coverage 67.09% 67.09%
=======================================
Files 91 91
Lines 4379 4379
=======================================
Hits 2938 2938
Misses 1441 1441
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
libs/core-ui/src/index.ts
Outdated
@@ -29,6 +29,8 @@ export * from "./lib/util/generateRoute"; | |||
export * from "./lib/util/getRandomId"; | |||
export * from "./lib/util/getCohortFilterCount"; | |||
export * from "./lib/util/getTreatmentBarChartOptions"; | |||
export * from "./lib/util/getDependencyChartOptions"; | |||
export * from "./lib/util/getDependencyChartOptions"; |
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.
getDependencyChartOptions imported twice here?
} | ||
}, | ||
yAxis: { | ||
labels: { |
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.
maybe refactor out the common xAxis and yAxis properties to a method?
} : ${this.props.selectedWeightLabel}`; | ||
return ( | ||
<div className={classNames.DependencePlot}> | ||
<div className={classNames.chartWithAxes}> |
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.
what do you think about replacing the div with stack from FluentUI?
1 similar comment
…dgets into zhb/FeatureImportance
…olbox into zhb/FeatureImportance
…olbox into zhb/FeatureImportance
1 similar comment
* temp * test * temp * refactor * tooltip * cache * tooltip template * remove dup * e2e * test * test * e2e * test * remove animation * test * fix
Replace dependence plot from feature importance dashboard with highchart lib
Areas changed
npm packages changed:
Python packages changed:
Tests
Screenshots (if appropriate):
Documentation: