Skip to content
Snippets Groups Projects
ChartGrid.js 1.98 KiB
Newer Older
export default {
    chartGridItems: [
        //we'll be replacing these img_src with paths to location on s3
        //vizRoutes will direct to appropriate subpage
            title: 'Viz 1',
            project: 'Findex',
            vizKey: 'Viz1',
            vizRoute: 'viz-1',
            img_src: 'src/assets/images/sampleChart.PNG',
            title: 'Viz 2',
            project: 'Findex',
            vizKey: 'Viz2',
            vizRoute: 'viz-2',
            img_src: 'src/assets/images/sampleChart.PNG',
            title: 'Viz 3',
            project: 'Findex',
            vizKey: 'Viz3',
            vizRoute: 'viz-3',
            img_src: 'src/assets/images/sampleChart.PNG',
            title: 'Glacier/Topography D3 Cross-Section Scan',
            project: 'Fire in Ice',
            vizKey: 'GlacierScanViz',
            vizRoute: 'glacier-scan',
            img_src: 'src/assets/images/sampleChart.PNG',
            title: 'Viz 5',
            project: 'Fish as Food',
            vizKey: 'Viz5',
            vizRoute: 'viz-5',
            img_src: 'src/assets/images/sampleChart.PNG',
            title: 'Viz 6',
            project: 'Beaufort Sea',
            vizKey: 'Viz6',
            vizRoute: 'viz-6',
            img_src: 'src/assets/images/sampleChart.PNG',
            title: 'Viz 7',
            project: 'Beaufort Sea',
            vizKey: 'Viz7',
            vizRoute: 'viz-7',
            img_src: 'src/assets/images/sampleChart.PNG',
            title: 'Viz 8',
            project: 'Beaufort Sea',
            vizKey: 'Viz8',
            vizRoute: 'viz-8',
            img_src: 'src/assets/images/sampleChart.PNG',