LaravelDaily / laravel-charts

Package to draw charts in Laravel with Chart.js
MIT License
532 stars 118 forks source link

how to use join #55

Closed odion-cloud closed 3 years ago

odion-cloud commented 3 years ago

i want to select my by this is my code 'where_raw' => 'transaction.id = (SELECT * FROM transactions INNER JOIN users ON users.id = transactions.payable_id)',

but did not return any data pls how can i achieve this or correct code

PovilasKorop commented 3 years ago

@odion-cloud we don't have anything for JOIN syntax, it's not supported by our package.