Skip to content

Commit

Permalink
ready for version 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Feb 10, 2024
1 parent c170f97 commit 317084a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified lib/charba-6.5-gwt.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Charba_Showcase implements EntryPoint {

public static final Logger LOG = Logger.getLogger("charba-showcase");

public static final String BASE_URL = "https://github.com/pepstock-org/Charba-Showcase/blob/6.4/src/";
public static final String BASE_URL = "https://github.com/pepstock-org/Charba-Showcase/blob/6.5/src/";

public static boolean isDeferred = false;

Expand Down
6 changes: 3 additions & 3 deletions src/org/pepstock/charba/showcase/client/views/HomeView.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ interface ViewUiBinder extends UiBinder<Widget, HomeView> {

private static final String DEFAULT_FORMAT = "#0.#";

private static final String[] LABELS = {"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", "6.2", "6.3", "6.4"};
private static final String[] LABELS = {"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", "6.2", "6.3", "6.4", "6.5"};

private static final double[] VALUES_GWT = { 3064, 3091, 3125, 3125, 4098, 4541, 4843, 4924, 5152, 5322, 5533, 5555, 5584, 5895, 5759, 5797, 6004, 6009, 6075, 6108, 6119};
private static final double[] VALUES_GWT = {4098, 4541, 4843, 4924, 5152, 5322, 5533, 5555, 5584, 5895, 5759, 5797, 6004, 6009, 6075, 6108, 6119, 6161};

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

private static final NumberFormat NUMBER_FORMAT = NumberFormat.getFormat(DEFAULT_FORMAT);

Expand Down

0 comments on commit 317084a

Please sign in to comment.