Skip to content

Call to undefined method Khill\Lavacharts\DataTables\DataTable::DataTabe() #343

@majid-al-saidi

Description

@majid-al-saidi

What Version?

versions : * 3.1.14

Issue

Call to undefined method Khill\Lavacharts\DataTables\DataTable::DataTabe()

Controller Code (chart creation code)

$lava = \Lava::DataTable();
        $studentsCountry = $lava->DataTabe();

        $studentsCountry->addStringColumn('Country')
            ->addNumberColumn('Students')
            ->addRow($data);

        $lava->GeoChart('studentsPerCountry', $studentsCountry);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions