Skip to content

Documentation is mysterious  #16

Description

@lommaj

on the front page of this site you have this code. Where is "Line" defined, core? basic? I cant seem to find anything related to this anywhere or any documentation related how to replicate something like this very first example on your site.


  <Chart
    width= {width}
    height= {height}
    data= {data}
    chartSeries= {chartSeries}
    x= {x}
    >
    // build line chart
    <Line
      chartSeries= {series1}
    />
    // build area chart
    <Area
      chartSeries= {series2}
    />
    <Xaxis/>
    <Yaxis/>
    <Xgrid/>
    <Ygrid/>
  </Chart>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions