Public
Edited
Jun 18, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
zoomable_treemap = zoomableTreemapAll(zoomable_data, 1280, 750, colors_topics, "gr")
Insert cell
zoomable_treemap_mob = zoomableTreemapAll(zoomable_data, 520, 800, colors_topics, "gr")
Insert cell
Insert cell
zoomable_treemap_all_data = zoomableTreemapAll(zoomable_data_all, 1280, 750, colors_topics, "gr")
Insert cell
zoomable_treemap_all_data_mob = zoomableTreemapAll(zoomable_data_all, 520, 800, colors_topics, "gr")
Insert cell
Insert cell
Insert cell
zoomable_data = create_zoomable_data_per_speech(pol_button_treemap, speech_button_treemap, categories_perc, "gr")
// zoomable_data = create_zoomable_data_per_speech(pol_button_treemap, speech_button_treemap, categories_perc, "gr")
Insert cell
zoomable_data_all = create_zoomable_data_per_speech(pol_button_treemap, "Όλες οι ομιλίες", categories_perc, "gr")
// zoomable_data_all = create_zoomable_data_all(index_pol_leaders_gr[pol_button_treemap], speeches_list_gr, "gr")
Insert cell
categories_perc = topics_percentage_categories(pol_button_treemap, speech_button_treemap, list_treemap_perc_calc_gr, "gr")
// categories_perc = topics_percentage_categories(pol_button_treemap, speech_button_treemap, list_treemap_perc_calc_gr, "gr")
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
HeatMapChart = HeatMapSentiment(pol_button_heatmap, heatmapData, topicsList_gr, speeches_list_gr, index_pol_leaders_gr)
Insert cell
HeatMapChartFiltered = HeatMapSentiment(pol_button_heatmap, heatmapData_filtered, ["Μεταναστευτικό", "Εθνική ασφάλεια"], speeches_list_gr, index_pol_leaders_gr)
Insert cell
Insert cell
Insert cell
heatmapData = heatmap_data(index_pol_leaders_gr[pol_button_heatmap], "gr")
Insert cell
heatmapDataToChange = heatmap_data(index_pol_leaders_gr[pol_button_heatmap], "gr");
Insert cell
heatmapData_filtered = heatmapDataToChange.filter(el => el['topic'] == "Μεταναστευτικό" || el['topic'] == "Εθνική ασφάλεια")
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap" rel="stylesheet">
</head>
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more