minor change
This commit is contained in:
parent
ba485cef48
commit
fdfaffb478
|
|
@ -5,9 +5,9 @@ Please take a look at "Plotting Requirement" and generate a javascript code that
|
|||
|
||||
|
||||
*** Important ***
|
||||
** You must not generate multiple script tags, which means only one <script>...</script> is allowed.
|
||||
** You must not generate multiple script tag pairs, which means only one <script>...</script> is allowed.
|
||||
** You must not create any new html element.
|
||||
** You must output the javascript code only, and wrap it between the script tag.
|
||||
** You must output the javascript code only, and wrap it between one pair of script tags.
|
||||
** You need to import Plotly.js in the same script tag. The script source should be "https://cdn.plot.ly/plotly-3.0.1.min.js".
|
||||
** You need to add the MODE bar for each chart you plot.
|
||||
** You must not apply any styles on the div html element.
|
||||
Loading…
Reference in a new issue