Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
iCityDigitalTwinFramework
applications
Commits
a459d82b
Commit
a459d82b
authored
7 months ago
by
Santhanavanich
Browse files
Options
Download
Email Patches
Plain Diff
update
parent
0c6aa854
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
public/munakata/ds-chart.html
+1
-1
public/munakata/ds-chart.html
public/munakata/index.html
+3
-2
public/munakata/index.html
public/munakata/logo.jpg
+0
-0
public/munakata/logo.jpg
public/munakata/pack-min.js
+1
-1
public/munakata/pack-min.js
with
5 additions
and
4 deletions
+5
-4
public/munakata/ds-chart.html
+
1
-
1
View file @
a459d82b
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
rotate
:
90
,
// Rotate the labels to prevent overlap
rotate
:
90
,
// Rotate the labels to prevent overlap
interval
:
'
auto
'
,
// Dynamically set the label interval
interval
:
'
auto
'
,
// Dynamically set the label interval
formatter
:
function
(
value
)
{
// Shorten the date format if needed
formatter
:
function
(
value
)
{
// Shorten the date format if needed
return
value
.
split
(
'
,
'
)[
0
]
+
value
.
split
(
'
,
'
)[
1
];
return
value
.
split
(
'
,
'
)[
0
]
+
(
value
.
split
(
'
,
'
)[
1
]
||
""
)
;
}
}
}
}
},
},
...
...
This diff is collapsed.
Click to expand it.
public/munakata/index.html
+
3
-
2
View file @
a459d82b
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
<button
class=
"btn btn-primary d-md-none"
id=
"toggleMenuBtn"
style=
"margin-right: 20px;"
>
Toggle Menu
</button>
<button
class=
"btn btn-primary d-md-none"
id=
"toggleMenuBtn"
style=
"margin-right: 20px;"
>
Toggle Menu
</button>
<div
class=
"d-flex align-items-center ms-auto top-right-menu d-none d-md-flex"
>
<div
class=
"d-flex align-items-center ms-auto top-right-menu d-none d-md-flex"
>
<img
src=
"./hft.png"
alt=
""
class=
"me-3"
>
<img
src=
"./hft.png"
alt=
""
class=
"me-3"
>
<img
src=
"./logo.jpg"
alt=
""
class=
"me-3"
height=
"60"
>
<div
class=
"me-3"
>
<div
class=
"me-3"
>
<select
id=
"languageSwitcher"
class=
"form-select"
>
<select
id=
"languageSwitcher"
class=
"form-select"
>
<option
value=
"en"
>
English
</option>
<option
value=
"en"
>
English
</option>
...
@@ -109,9 +110,9 @@
...
@@ -109,9 +110,9 @@
</div>
</div>
<div
class=
"footer"
>
<div
class=
"footer"
>
<h6
data-i18n=
"footer.copyright"
>
Copyright 2024 HFT Stuttgart
</h6>
<h6
data-i18n=
"footer.copyright"
>
Copyright 2024 HFT Stuttgart
and Urban Structure Visualization Promotion Organization, Japan
</h6>
<ul
class=
"copyright"
>
<ul
class=
"copyright"
>
<h6
class=
"footer-link"
><a
href=
"#"
target=
"_blank"
data-i18n=
"footer.aboutUs"
>
About Us
</a></h6>
<!--
<h6 class="footer-link"><a href="#" target="_blank" data-i18n="footer.aboutUs">About Us</a></h6>
-->
<h6
class=
"impressum footer-link"
><a
href=
"https://www.hft-stuttgart.com/imprint"
<h6
class=
"impressum footer-link"
><a
href=
"https://www.hft-stuttgart.com/imprint"
target=
"_blank"
data-i18n=
"footer.impressum"
>
Impressum
</a></h6>
target=
"_blank"
data-i18n=
"footer.impressum"
>
Impressum
</a></h6>
<h6
class=
"footer-link"
><a
href=
"https://www.hft-stuttgart.com/privacy"
target=
"_blank"
<h6
class=
"footer-link"
><a
href=
"https://www.hft-stuttgart.com/privacy"
target=
"_blank"
...
...
This diff is collapsed.
Click to expand it.
public/munakata/logo.jpg
0 → 100644
+
0
-
0
View file @
a459d82b
20.4 KB
This diff is collapsed.
Click to expand it.
public/munakata/pack-min.js
+
1
-
1
View file @
a459d82b
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets