Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Apr 22, 2020
1 parent 11bc4b9 commit 63d02d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ setChartDefinition

chartDefinition
scope: (self newChartScopeFor: chartDefinition);
distribution: (BIChartDistribution createSubInstanceFrom: (self reverseTranslation getOriginalStringFrom: self getDistributionName) on: chartDefinition);
distribution: (BpmChartDistribution createSubInstanceFrom: (self reverseTranslation getOriginalStringFrom: self getDistributionName) on: chartDefinition);
distributionType: (BIChartQuantityDistribution newOn: chartDefinition);
chartType: (BIChartType createSubInstanceFrom: (self reverseTranslation getOriginalStringFrom: self getChartType) on: chartDefinition).
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"resetShowChartExecuted" : "brunobb 12/03/2018 11:50",
"saveChart" : "brunobb 02/12/2020 11:13",
"scope" : "brunobb 12/03/2018 11:50",
"setChartDefinition" : "brunobb 04/14/2020 12:19",
"setChartDefinition" : "brunobb 04/22/2020 13:17",
"setPropertiesTo:" : "brunobb 04/15/2020 14:54",
"setShowChartExecuted" : "brunobb 12/03/2018 11:50",
"showChart" : "brunobb 12/03/2018 11:50",
Expand Down
Loading

0 comments on commit 63d02d9

Please sign in to comment.