inputData = {
let exampleData = [
{from: "Gun Violence", to: "Violence", value: 2},
{from: "War", to: "Violence", value: 2},
{from: "Fighting", to: "Violence", value: 2},
{from: "Abuse", to: "Violence", value: 2},
{from: "Hate", to: "Violence", value: 2},
{from: "Violence", to: "Problems", value: 2},
{from: "Violence", to: "Problems", value: 2},
{from: "Violence", to: "Problems", value: 2},
{from: "Violence", to: "Problems", value: 2},
{from: "Violence", to: "Problems", value: 2},
{from: "Problems", to: "Solutions", value: 2},
{from: "Problems", to: "Solutions", value: 2},
{from: "Problems", to: "Solutions", value: 2},
{from: "Problems", to: "Solutions", value: 2},
{from: "Problems", to: "Solutions", value: 2},
{from: "Solutions", to: "Love", value: 2},
{from: "Solutions", to: "Peace", value: 2},
{from: "Solutions", to: "Appreciation", value: 2},
{from: "Solutions", to: "Healing", value: 2},
{from: "Solutions", to: "Spirituality", value: 2},
]
return exampleData;
}