Skip to content

Commit

Permalink
Vertical stacked bar chart combined callout and other tweaks (microso…
Browse files Browse the repository at this point in the history
…ft#14912)

* Vertical stacked bar chart combined callout and other tweaks

VerticalStackedBarChart

- props for custom rendering the callout and choosing between combined and per-point callouts
- props for customizing the style or position of the callout
- skip outputting bars for zero-value points
- remove ref array where indexes were not deterministic

* Change files

* changing to "major" due to removed exports (internal state interface shouldn't be exported)

* maintain earlier update
  • Loading branch information
mbest authored and hutchcodes committed Sep 10, 2020
1 parent 45e2af1 commit 7ea4fc4
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 141 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "major",
"comment": "Vertical stacked bar chart combined callout and other tweaks",
"packageName": "@uifabric/charting",
"email": "mibes@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-09-04T21:12:33.817Z"
}
Loading

0 comments on commit 7ea4fc4

Please sign in to comment.