Skip to content

Commit

Permalink
ready for Charba version 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Feb 4, 2023
1 parent 766dc84 commit ff28093
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified lib/charba-6.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/org/pepstock/charba/showcase/j2cl/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

public class App implements EntryPoint {

public static final String BASE_URL = "https://github.com/pepstock-org/Charba-Showcase-J2CL/blob/6.0/src/main/java/";
public static final String BASE_URL = "https://github.com/pepstock-org/Charba-Showcase-J2CL/blob/6.1/src/main/java/";

public static List<Feature> EARTH_FEATURES;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ public class HomeView extends BaseComposite {

private static final String LINK_GITHUB_VERSION = "https://github.com/pepstock-org/Charba/releases/tag/";

private static final String[] LABELS = {"2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "3.0", "3.1", "3.2", "3.3", "4.0", "4.1", "4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "5.8", "6.0"};
private static final String[] LABELS = {"2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "3.0", "3.1", "3.2", "3.3", "4.0", "4.1", "4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "5.8", "6.0", "6.1"};

private static final double[] VALUES_GWT = { 1200, 1550, 1710, 1720, 1910, 1950, 2040, 2334, 2536, 3064, 3091, 3125, 3125, 4098, 4541, 4843, 4924, 5152, 5322, 5533, 5555, 5584, 5895, 5759, 5797, 6004};
private static final double[] VALUES_GWT = { 1200, 1550, 1710, 1720, 1910, 1950, 2040, 2334, 2536, 3064, 3091, 3125, 3125, 4098, 4541, 4843, 4924, 5152, 5322, 5533, 5555, 5584, 5895, 5759, 5797, 6004, 6009};

private static final double[] VALUES_J2CL = { Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, 2881, 2910, 2941, 2942, 3933, 4336, 4697, 4775, 5003, 5167, 5364, 5386, 5415, 5720, 5584, 5622, 5825};
private static final double[] VALUES_J2CL = { Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, 2881, 2910, 2941, 2942, 3933, 4336, 4697, 4775, 5003, 5167, 5364, 5386, 5415, 5720, 5584, 5622, 5825, 5829};

private final HTMLTableElement mainPanel;

Expand Down

0 comments on commit ff28093

Please sign in to comment.