Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #747 from cannakula-sfdc/charttypes
Browse files Browse the repository at this point in the history
Charttypes
  • Loading branch information
cnardi-dev authored May 18, 2018
2 parents 10baf80 + 678695d commit 993cfe5
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,18 @@ public String toString() {
//~ Enuns **************************************************************************************************************************************

public enum ChartType {

LINE,
AREA,
HEATMAP,
STACKED_AREA,
SANKEY;
SANKEY,
BAR,
STACKED_BAR,
INDICATOR,
SCATTER_PLOT,
DISTRIBUTION_LIST,
TOP_LIST;

/**
*
Expand Down

0 comments on commit 993cfe5

Please sign in to comment.