問題タブ [highmaps]
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.
javascript - Highcharts map plugin scaling problems
I've been investigating highcharts
and highmaps
in conjunction for a project I'm working on and have come up with a few problems.
The biggest one is the fact that when used as a plugin for highcharts
, highmaps
has some weird behavior.
First, it doesn't stop the display of the grid axes in a chart (similar to how pie and donut charts do). This however is solved with some creative color choices in their drawing.
But the biggest problems seem to come from the scaling it does when you try to zoom in (scroll) on the map.
Any ideas on how to fix the scrolling issue? Also disabling the axes would also be appreciated.
A jsfiddle with an example is here: http://jsfiddle.net/n8Lvn/
highcharts - 省略された州名を使用する
私は米国の地図とその 600 x 400 を持っています。例で見たが、自分のコードでは再現できない省略形の州名を強制的に使用するにはどうすればよいですか。
以下のコードといくつかのサンプル データを使用して、渡すコードの形式を示します。より大きなjson応答からデータを解析する必要があります。
これは地図です:
highcharts - オーストラリアのドリルダウン ハイマップ
現在、ハイマップには米国のドリルダウン マップしかありません。オーストラリア向けに作った人はいますか、それとも作り方を知っている人はいますか?
javascript - Highchart と Highmap を一緒に使用する場合の競合を解決する (TypeError: ma は関数ではありません)
レポート機能用のチャートとマップ メニューを含むページがあります。次に、上記の目的を達成するために、Highchart-Highmap ライブラリを選択します。チャート関数は正常に動作しますが、マップ関数を開発するとエラーが表示されます
TypeError: ma は関数ではありません
- ma 関数が highchart.js と highmaps.js に表示される問題を追跡しましたが、この競合を解決する方法がわかりません。
- ハイマップを入れてみまし
jQuery.noConflict();
たが、競合がまだ表示されます
これがメインページでのコーディング方法です
この問題を解決するにはどうすればよいですか?
highmaps - Highmaps の US County マップに、ニューヨークと DC がありません (特に)
Highmaps の US County マップに New York と DC が含まれていないようです (特に)。
http://www.highcharts.com/maps/demo/us-counties
完全で正確な geojson の米国郡マップはありますか?
javascript - Highmaps - 凡例項目フィルター
私はHighmaps
JSFiddle で次の例を使用しています:
http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/maps/legend/padding-itemmargin/
Stackoverflow では、JSFiddle コードを送信する必要があります。
問題:
凡例アイテムをクリックすると、その範囲に関連付けられた国がマップから削除されます。
ただし、塗りつぶしと境界線の両方が削除されます。
国が削除されても国境を維持するにはどうすればよいですか?