Giter Club home page Giter Club logo

laravel-morris-php's Introduction

Hi there ๐Ÿ‘‹

Hi there, my name is Giovambattista (John) Fazioli. I am an Italian Lead Developer. Positive and creative, Iโ€™m a natural problem-solver, passionate about bringing ideas to life.

I started developing in 1983! Amazing years! In the beginning, I used to work in design and graphic applications. I worked on Commodore Vic-20, Commodore 64, Commodore 128, Amiga 1000, 500 and 2000. I loved to develop in Assembly; Z-80, 6510, 6520, 8086, 80ร—86 and Motorola series (680xx).

Next, I was engaged by a telecommunication company as a program developer. I worked in C/C++ (Digital Unix and Sun OS), PHP, Microsoft Visual Basic, Microsoft Visual C++ and Macromedia Actionscript. I worked for them for about 7 years and, after that, I become a freelance and decided to work for myself!

So I started my own company and startups, where my position was CTO.

I am currently in charge as Lead Developer for Namecheap. I enjoy working with include ReactJS, TypeScript and NextJS.

activity-graph graph

Find me around the web ๐ŸŒŽ

Tech stuff ๐Ÿ–ฅ

laravel-morris-php's People

Contributors

gfazioli avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

laravel-morris-php's Issues

Resizable charts

It's there a way to make the charts resizable? I've try this with some javascript code but i get this error: Call to a member function resize() on null

php on controller

$chart2=  Morris::area( 'test2' )
			->xkey( [ 'S' ] )
			->ykeys( [ 'E', 'C' ] )
			->labels( [ 'Est', 'Con' ] )
			->data($rowData2)
			->lineColors( ['#1e88e5','#ff3321'] )
            ->resize( true )
            ->redraw( true );

html on blade
<div id="test2" class="container"></div>

javascript on blade

 window.m = Morris.Area({
            element: 'test2',
            resize: true
        });
       $(window).on("resize", function(){
       m.redraw();
       });

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.