Giter Site home page Giter Site logo

DonutChart not allowed about lavacharts HOT 4 CLOSED

Lloople avatar Lloople commented on May 10, 2024
DonutChart not allowed

from lavacharts.

Comments (4)

kevinkhill avatar kevinkhill commented on May 10, 2024 1

Also, I just noticed you are trying to combine DonutChart and is3D. According to google's docs for pie charts you have to pick either 3D pie chart or a donut.

If using DonutChart, you need to set in the config array a value for pieHole
otherwise just use PieChart and use is3D

Right above the heading "Rotating a Pie Chart" heading (scroll up couple lines)
https://developers.google.com/chart/interactive/docs/gallery/piechart#rotating

from lavacharts.

kevinkhill avatar kevinkhill commented on May 10, 2024

Could you post the code you are using in a gist so I can try and re-create the error?

from lavacharts.

Lloople avatar Lloople commented on May 10, 2024

In the controller:

Lava::DonutChart('Users')->is3D(true)->setConfig(array('title' => 'Users in the test'));

In the view:

{{Lava::DonutChart('Users')->outputInto('users-test')}}

Also tried with <?php echo Lava::DonutChart...; ?>

The message appears in a blank page with "No direct script access allowed" text.

If I change DonuChart by PieChart it works as expected without problems.

Thank you for your time and dedication!

from lavacharts.

kevinkhill avatar kevinkhill commented on May 10, 2024

You found some legacy code that I missed when migrating my dev environment from CodeIgniter to Laravel. It should work now :)

from lavacharts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.