問題タブ [plotly.js]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - plotly.js と ionic 3 で本番ビルドが失敗する
Ionic (3.6.1) の types/plotly.js で plotly.js (@1.35.2) を使用しています。
ionic serve
すべて(プロットを含む)を使用すると、ブラウザで正常に動作します。使用時ionic cordova run android --device
も問題なく動いています。アプリはデバイスにインストールされ、使用可能です。ただ、アプリ起動時の待ち時間が長い。
で本番用のアプリをビルドしようとionic cordova run android --device
すると、エラーが発生し、ビルドがまったく機能しません。プロダクションビルドで使用される縮小プロセスと関係があると思います。エラーを正しく理解しているかどうかもわかりません。
これは私が得るエラーです:
javascript - How to change the labels of hover info in Plotly.js?
In a chart I render using Plotly.js, I define titles for each axis. When mouse hovering the items within the chart, a popup is shown, but the "labels" shown do not use the titles I had defined.
For example, the default value for the x axis is x
. I defined hellox
as title and that value is show in the chart, but not when mouse hovering a value (x
is still shown).
See a live example here of what I mean: https://codepen.io/anon/pen/qoGQvx
I've been looking a the documentation and I didn't find anything so far that did exactly what I wanted: simply change the labels in the popup.