• Jump To … +
    ChartMain.js core.js index.js internal.js internalArea.js internalBar.js internalBarLeft.js internalDonutChart.js internalLine.js internalScatter.js internalWaffle.js AreaChart.js BarChart.js BarChartLeft.js DonutChart.js LineChart.js ScatterChart.js WaffleChart.js charts.js data.js errors.js themes.js utils.js
  • ¶

    tld3.js

    tld3.js is a lightweight library that makes building d3.js graphs much simpler. It abstracts the intricacies of d3.js while harnessing the power of its data-driven DOM manipulation.

  • ¶

    Table of Contents

  • ¶

    Core modules

    • Main lib files and main chart instance

      ChartMain.js

      core.js

  • ¶

    Chart instance modules

    • Individual chart type classes

      AreaChart.js

      BarChart.js

      BarChartLeft.js

      charts.js

      DonutChart.js

      LineChart.js

      ScatterChart.js

      WaffleChart.js

  • ¶

    Internal modules

    • Internal chart files which handle all d3 manipulation

      internal.js

      internalArea.js

      internalBar.js

      internalBarLeft.js

      internalDonutChart.js

      internalLine.js

      internalScatter.js

      internalWaffle.js

  • ¶

    Utils

    • Utility functions

      errors.js

      themes.js

      utils.js