@wonderflow/react-components
Version:
UI components from Wonderflow's Wanda design system
84 lines (83 loc) • 1.73 kB
JavaScript
/*
* Copyright 2023 Wonderflow Design Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export const proCons = [
{
date: '2013',
positive: 1,
neutral: 2,
negative: 1,
},
{
date: '2014',
positive: 8,
neutral: 2,
negative: 17,
},
{
date: '2015',
positive: 17,
neutral: 12,
negative: 33,
},
{
date: '2016',
positive: 30,
neutral: 7,
negative: 48,
},
{
date: '2017',
positive: 55,
neutral: 23,
negative: 92,
},
{
date: '2018',
positive: 53,
neutral: 31,
negative: 108,
},
{
date: '2019',
positive: 52,
neutral: 18,
negative: 112,
},
{
date: '2020',
positive: 79,
neutral: 5,
negative: 111,
},
{
date: '2021',
positive: 54,
neutral: 24,
negative: 77,
},
{
date: '2022',
positive: 24,
neutral: 6,
negative: 62,
},
{
date: '2023',
positive: 24,
neutral: 11,
negative: 34,
},
];