This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cart): Pie chart clicks change state.
- Clicking on portions of a pie chart will cause state changes to the provided state. Closes #700
- Loading branch information
Matthew Schranz
committed
Apr 27, 2015
1 parent
075180d
commit 6d1790f
Showing
3 changed files
with
130 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,8 @@ | |
.pie-legend-text { | ||
font-size: 12px; | ||
font-family: Open Sans; | ||
} | ||
|
||
g.arc > path[state="true"] { | ||
cursor: pointer; | ||
} |