Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これに続いて、サーバーで png を生成しようとしています。
グラフィックは正しく描画されますが、ナビゲーターを非表示にすることはできません。スクリプトに渡される JSON は次のとおりです。
"{\"constr\":\"StockChart\",\"navigator\":\"{enabled:false}\",\"infile\":\"{series: [{data:...
原因:\"navigator\":\"{enabled:false}\",間違った場所にある。これはinfile、シリーズ、xAxis などと同じレベルにある必要があります。
\"navigator\":\"{enabled:false}\",
infile
また、そこにあるべきではありません: \"navigator\":{\"enabled\":false},?
\"navigator\":{\"enabled\":false},