//
//  BarChart.cpp
//  RapidVisualizerOSC
//
//  Created by James on 09/11/2017.
//
//

#include "BarChart.hpp"

BarChart::BarChart ( GraphState* state ) : RealTimeGraph (state)
{
    //
}

BarChart::~BarChart ( void )
{
    
}