第一次完整测试完成,总计96个,删除2个,11个未运行成功或图片异常。
This commit is contained in:
684
chart/charts.py
684
chart/charts.py
File diff suppressed because it is too large
Load Diff
@@ -138,7 +138,7 @@ class ChartParameter(object):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if parameter.input_type == "rgb":
|
if parameter.input_type == "rgb":
|
||||||
self.colors_dict[f"{parameter.name}"] = "rgb"
|
parameter.input_type = self.colors_dict[f"{parameter.name}"] = "rgb"
|
||||||
f"""
|
f"""
|
||||||
<div style="margin-left: 30px;">
|
<div style="margin-left: 30px;">
|
||||||
<div id="{parameter.name}" style="margin-left: 30px; display: inline-block"></div>
|
<div id="{parameter.name}" style="margin-left: 30px; display: inline-block"></div>
|
||||||
@@ -257,7 +257,7 @@ class="layui-input" style="height: 25px; width:80px;margin-top: 6px">
|
|||||||
|
|
||||||
if parameter.input_type == "rgb":
|
if parameter.input_type == "rgb":
|
||||||
self.colors_dict[f"{parameter.name}"] = "rgb"
|
self.colors_dict[f"{parameter.name}"] = "rgb"
|
||||||
f"""
|
parameter.input_type = f"""
|
||||||
<div style="margin-left: 30px;">
|
<div style="margin-left: 30px;">
|
||||||
<div id="{parameter.name}" style="margin-left: 30px; display: inline-block"></div>
|
<div id="{parameter.name}" style="margin-left: 30px; display: inline-block"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
Reference in New Issue
Block a user