Loop Chart ZeitStemplel anzeigen beim reinzoomen
This commit is contained in:
@@ -159,7 +159,7 @@ const LoopMeasurementChart = () => {
|
|||||||
x: {
|
x: {
|
||||||
type: "time" as const,
|
type: "time" as const,
|
||||||
time: {
|
time: {
|
||||||
unit: "minute",
|
unit: "minute" as const,
|
||||||
tooltipFormat: "dd.MM.yyyy HH:mm:ss",
|
tooltipFormat: "dd.MM.yyyy HH:mm:ss",
|
||||||
displayFormats: {
|
displayFormats: {
|
||||||
minute: "HH:mm",
|
minute: "HH:mm",
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const webVersion = "1.6.365";
|
const webVersion = "1.6.366";
|
||||||
export default webVersion;
|
export default webVersion;
|
||||||
|
|||||||
Reference in New Issue
Block a user