Skip to content

Commit

Permalink
ready for version 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Apr 3, 2023
1 parent fa57a58 commit 617113a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified lib/charba-6.3.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ public class HomeView extends BaseComposite {

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", "6.2", "6.3"};

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, 6075, 6104};
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, 6075, 6108};

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, 5896, 5925};
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, 5896, 5929};

private final HTMLTableElement mainPanel;

Expand Down

0 comments on commit 617113a

Please sign in to comment.