Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Shaigokul
Contributor II
Contributor II

Map Chart performance is very slow

Hi everyone,

On our side, the development has been completed at both the mashup level and in Qlik Sense. However, the entire dashboard is experiencing performance issues due to the Map chart.

The Point layer works fine, but when we add the Area layer at the state level, it significantly impacts performance.

Could anyone suggest a solution for this?

Labels (4)
4 Replies
robert_mika
Master III
Master III

 

maybe this?

1.Are all layovers need at all time , all zoom levels , you can specify the zoom level for each layer?

2. Use   If(GetSelectedCount(State) > 0, 1, 0) to show the Area layer only when relevant selections are made.

Shaigokul
Contributor II
Contributor II
Author

  1. We tried adjusting the zoom levels, but the chart still takes time to load.

  2. We are using two area layers:

    • One to display the unselected state borders with an outline, using the condition: if(getSelectedCount(state) > 0).

    • The second area layer is used to show the state areas with colors representing values.

The issue is that when both area layers are removed, the dashboard performance is very good. However, as soon as we add the area layers, the performance significantly degrades.

Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

HI @Shaigokul 

Did you upload area layers as KMLfiles or are you relying on lookups based on online available geo location. In this case obviously KML will be recommended.

cheers

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.
Shaigokul
Contributor II
Contributor II
Author

We created the kml but it stored in qvd format