Posts Tagged data

  • Flot Tutorial Series: Creating Different Types of Graphs

    Today we will discuss how by using Flot, you can display your data in a number of different ways. In Flot you can have a line graph (the default display for Flot), a bar graph, and a point graph. It is very simple to make these different types of g

    more
  • Flot Tutorial Series: Creating A Flot Dataset

    The most basic thing that one must know in order to use Flot is to understand how to create a data set. The data set is the actual raw data that Flot uses to construct your chart. While some other libraries make this difficult to accomplish, Flot a

    more