This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-theme-builder.git
The following commit(s) were added to refs/heads/master by this push:
new 7db77d4 add tips for Download button & Export button (fix
apache/echarts#20665)
7db77d4 is described below
commit 7db77d41bdaf8f341a34e548dd59715e1f20bed8
Author: wangzhongxiang <[email protected]>
AuthorDate: Fri Jan 17 14:41:29 2025 +0800
add tips for Download button & Export button (fix apache/echarts#20665)
---
app/en/body.html | 6 +++---
app/en/index.html | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app/en/body.html b/app/en/body.html
index 991d41e..fb4bcd7 100644
--- a/app/en/body.html
+++ b/app/en/body.html
@@ -20,15 +20,15 @@
<div class="port-row">
<input type="file" @change="importFileChanged"
id="input-file" style="display: none" />
<div class="btn-group" role="group">
- <button type="button" class="btn btn-primary"
data-target="#download-js-modal" data-toggle="modal" @click="useTheme()">
+ <button type="button" class="btn btn-primary"
data-target="#download-js-modal" data-toggle="modal" @click="useTheme()"
title="Download Theme File (Used in ECharts)">
<span class="glyphicon glyphicon-download-alt"></span>
Download
</button>
- <button type="button" class="btn btn-default"
@click="importJson()">
+ <button type="button" class="btn btn-default"
@click="importJson()" title="Import configuration file (ONLY used in echarts
theme editor)">
<span class="glyphicon glyphicon-import"></span>
Import
</button>
- <button type="button" class="btn btn-default"
@click="exportJson()">
+ <button type="button" class="btn btn-default"
@click="exportJson()" title="Export configuration file (ONLY used in echarts
theme editor)">
<span class="glyphicon glyphicon-export"></span>
Export
</button>
diff --git a/app/en/index.html b/app/en/index.html
index b5a9bbd..9273967 100644
--- a/app/en/index.html
+++ b/app/en/index.html
@@ -35,15 +35,15 @@ AUTOGENERATED. DON'T MODIFY
<div class="port-row">
<input type="file" @change="importFileChanged"
id="input-file" style="display: none" />
<div class="btn-group" role="group">
- <button type="button" class="btn btn-primary"
data-target="#download-js-modal" data-toggle="modal" @click="useTheme()">
+ <button type="button" class="btn btn-primary"
data-target="#download-js-modal" data-toggle="modal" @click="useTheme()"
title="Download Theme File (Used in ECharts)">
<span class="glyphicon glyphicon-download-alt"></span>
Download
</button>
- <button type="button" class="btn btn-default"
@click="importJson()">
+ <button type="button" class="btn btn-default"
@click="importJson()" title="Import configuration file (ONLY used in echarts
theme editor)">
<span class="glyphicon glyphicon-import"></span>
Import
</button>
- <button type="button" class="btn btn-default"
@click="exportJson()">
+ <button type="button" class="btn btn-default"
@click="exportJson()" title="Export configuration file (ONLY used in echarts
theme editor)">
<span class="glyphicon glyphicon-export"></span>
Export
</button>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]