Gustavo Lara
Gustavo Lara
The object Highcharts is undefined when importing it, so it throws an error when trying to use .theme or .setOptions(). I've added the ChartModule un app.moduel.ts, maybe I'm missing something...
here you go, I'm using npm 5.4.0 and the latest version of angular-highcharts https://github.com/tavuntu/general-stuff
@SayakMukhopadhyay I haven't tested this since then (I switched to Chart.js), are seeing the issue?
OK so... I'm not sure if that was a joke and I didn't get it but I created a pull request.
> and passing it as the oncomplete callback to the last tween in the chain if we want to loop it that actually makes sense, I don't know why but...
what is what you're trying to accomplish?
you can use (before doing anything else): ```lua gooi.setStyle({ font = yourFont }) ``` Check the wiki or main.lua to help you get more familiar :+1:
I just realized this may not be the correct repo for this, but still, this is core functionality. We're using OpenTok by importing: ``
Hey guys, how stable is BS4 support right now? (for the beta version)
I'm having the same issue and I'm not sure whan I'm doing wrong: ```javascript const exphbs = require('express-handlebars') const bodyParser = require("body-parser") const path = require('path'); const app = express()...