We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aff30b commit e38021aCopy full SHA for e38021a
changes.md
@@ -6,6 +6,7 @@
6
3. Fix - correctly use saved buffer in TF1/TF2
7
4. Fix - properly adjust size of stats box
8
5. Fix - support pol0..pol9 functions
9
+6. Fix - TGraph bar width should be at least 1 pixel
10
11
12
## Changes in 7.5.1
modules/core.mjs
@@ -4,7 +4,7 @@ const version_id = '7.5.x',
4
5
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
-version_date = '27/10/2023',
+version_date = '30/10/2023',
/** @summary version id and date
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments