Skip to content

Commit

Permalink
[ALS-5356] Check Keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Nov 14, 2023
1 parent 097ff66 commit c2d81cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public List<ContinuousData> getContinuousData(Map<String, Map<String, Integer>>

// If it's not obfuscated we need to bin the data
for (Map.Entry<String, Map<String, Integer>> entry : crossCountsMap.entrySet()) {
if (VisualizationUtil.skipKey(entry.getKey())) continue;
String title = getChartTitle(entry.getKey());

LinkedHashMap<String, Integer> binnedData;
Expand Down

0 comments on commit c2d81cd

Please sign in to comment.