forked from spotify/chartify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request spotify#68 from spotify/chris/radar
Added radar chart
- Loading branch information
Showing
7 changed files
with
687 additions
and
80 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 |
---|---|---|
|
@@ -15,13 +15,14 @@ | |
# limitations under the License. | ||
"""Top-level package for chartify.""" | ||
from chartify._core.chart import Chart | ||
from chartify._core.radar_chart import RadarChart | ||
from chartify._core.colors import color_palettes | ||
from chartify._core.options import options | ||
from chartify import examples | ||
|
||
__author__ = """Chris Halpert""" | ||
__email__ = '[email protected]' | ||
__version__ = '2.4.0' | ||
__version__ = '2.5.0' | ||
|
||
_IPYTHON_INSTANCE = False | ||
|
||
|
Oops, something went wrong.