This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="container"></div> | |
<script src="https://code.highcharts.com/highcharts.js"></script> | |
<script> | |
// Project names and categories | |
var projectData = [ | |
{ name: 'Support Project for the Amazonian Social Agenda of the ACTO', category: 'Social', color: 'red' }, | |
{ name: 'Strategic Framework Program to Develop a Regional Agenda for the Protection of Indigenous Peoples in Voluntary Isolation and Initial Contact', category: 'Social', color: 'red' }, | |
{ name: 'Forest Cover Monitoring Project in the Amazon Region/Deforestation Monitoring', category: 'Environmental', color: 'green' }, | |
{ name: 'Forest use and Land use Changes in the Pan-Amazon Forest Project', category: 'Environmental', color: 'green' }, |