Skip to content

Commit

Permalink
removed spurious change in Chart.rsc
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Nov 2, 2023
1 parent 500536d commit 5ff2a93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/vis/Charts.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ data ChartType
data ChartOptions
= chartOptions(
bool responsive=true,
bool animations=false,
bool animations=true,
ChartPlugins plugins = chartPlugins()
);

Expand Down
2 changes: 0 additions & 2 deletions test/org/rascalmpl/MatchFingerprintTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import org.rascalmpl.interpreter.Evaluator;
import org.rascalmpl.interpreter.env.GlobalEnvironment;
import org.rascalmpl.interpreter.env.ModuleEnvironment;
import org.rascalmpl.types.RascalTypeFactory;

import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.IInteger;
import io.usethesource.vallang.exceptions.FactTypeUseException;
Expand Down

0 comments on commit 5ff2a93

Please sign in to comment.