Skip to content

Commit 48aa494

Browse files
committed
【fix】修复客户端专题图柱状图不能指定颜色的问题
fix issue SuperMap#22 优化mapboxgl mapv是否显示的逻辑
1 parent c839ccc commit 48aa494

14 files changed

+54
-59
lines changed

build/server.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (['leaflet', 'openlayers'].includes(product)) {
1414
}
1515
config.mode = 'development';
1616
config.entry = entry;
17-
config.output.filename = `iclient9-${product}-es6.js`
17+
config.output.filename = product === 'classic' ? `iclient-classic-es6.js` : `iclient9-${product}-es6.js`
1818
config.devtool = 'cheap-module-eval-source-map';
1919

2020

@@ -37,6 +37,7 @@ const server = app.listen(9999, () => {
3737
app.use(express.static('web'));
3838
app.use("/examples/template/header.html", express.static('web/template/header.html'));
3939
app.use("/examples", express.static('examples'), serveIndex('examples'));
40+
app.use("/examples-bug", express.static('examples-bug'), serveIndex('examples-bug'));
4041
app.use("/dist", express.static('dist'), serveIndex('dist'));
4142
app.use("/build", express.static('build'), serveIndex('build'));
4243
app.use("/docs", express.static('docs'), serveIndex('docs'));

dist/leaflet/iclient9-leaflet-es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55510,7 +55510,7 @@ class Bar_Bar extends Graph_Graph {
5551055510
// 图表配置对象
5551155511
var sets = this.setting;
5551255512

55513-
if (typeof (sets.barLinearGradient) !== "undefined") {
55513+
if (!sets.barLinearGradient) {
5551455514
sets.barLinearGradient = deafaultColors;
5551555515
}
5551655516

dist/leaflet/iclient9-leaflet-es6.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leaflet/iclient9-leaflet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80909,7 +80909,7 @@ var Bar = exports.Bar = function (_Graph) {
8090980909
// 图表配置对象
8091080910
var sets = this.setting;
8091180911

80912-
if (typeof sets.barLinearGradient !== "undefined") {
80912+
if (!sets.barLinearGradient) {
8091380913
sets.barLinearGradient = deafaultColors;
8091480914
}
8091580915

dist/leaflet/iclient9-leaflet.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy