File tree 1 file changed +9
-7
lines changed
DOSPORTAL/templates/records
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 56
56
< td class =""> {{record.log_original_filename}} ({{ record.log_file | filesize_mb }})</ td >
57
57
{% if record.description|length > 1 %}< tr >
58
58
< td class ="w-auto "> Description:</ td >
59
- < td class =""> < div class ="callout m-0 p-2 "> {{record.formatted_markdown }}</ div > </ td >
59
+ < td class =""> < div class ="callout m-0 p-2 "> {{record.formatted_markdown | safe }}</ div > </ td >
60
60
</ tr > {% endif %}
61
61
</ tr >
62
62
{% if record.metadata|length > 4 %} < tr >
@@ -180,16 +180,18 @@ <h3>Energetic spectrogram:</h3>
180
180
max : 'dataMax'
181
181
} ] ,
182
182
yAxis : [ {
183
- // min: 0 ,
183
+ min : 'dataMin' ,
184
184
//max: 'dataMax',
185
- type : 'value' ,
185
+ type : 'log' ,
186
+ logBase : 1000 ,
186
187
boundaryGap : [ 0 , '100%' ]
187
188
} , {
188
189
gridIndex : 1 ,
189
- //min: 'dataMin',
190
- //max: 'dataMax',
191
- type : 'value' ,
192
- boundaryGap : [ 0 , '100%' ]
190
+ min : 'dataMin' ,
191
+ max : 'dataMax' ,
192
+ type : 'log' ,
193
+ logBase : 5000 ,
194
+ //boundaryGap: [0, '100%']
193
195
} ] ,
194
196
series : [
195
197
{
You can’t perform that action at this time.
0 commit comments