Commit fbdf7e78 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

rename linechart.{h,cc} -> line_chart.{h,cc}

parent 1ce1b986
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ include_directories(${CAIRO_INCLUDE_DIRS} ${FREETYPE_INCLUDE_DIRS} ${HARFBUZZ_IN
add_definitions(-DFNORDMETRIC_VERSION="unstable")

add_library(plotfxlib STATIC
    charts/linechart.cc
    charts/line_chart.cc
    charts/gridlines.cc
    charts/plot_axis.cc
    charts/legenddefinition.cc
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#include <graphics/brush.h>
#include <graphics/text.h>
#include <graphics/layout.h>
#include "linechart.h"
#include "line_chart.h"
#include "common/config_helpers.h"

namespace plotfx {
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
#include "element_factory.h"
#include "charts/linechart.h"
#include "charts/line_chart.h"
#include <unordered_map>

namespace plotfx {