Posts

Showing posts from November 28, 2018

Evaluating this limit without Taylor $lim_{xtoinfty} frac{x^3sin(x)}{x^2+x+1}$

Image
up vote -2 down vote favorite I need help with this limit, and without using Taylor series $$lim_{xtoinfty} frac{x^3sin(x)}{x^2+x+1}$$ limits share | cite | improve this question edited Nov 22 at 22:41 gimusi 88k 7 43 93 asked Nov 22 at 22:32 Franco Cabrera 6 4 Are you looking

Highchart is not updating on series state change

Image
up vote 0 down vote favorite I am setting my series like below. import React, { Component } from "react"; // Import Highcharts import Highcharts from "highcharts/highstock"; import HighchartsReact from "highcharts-react-official"; import "../../../../resources/js/motion"; import HC_more from "highcharts/highcharts-more"; //module import * as Services from '../../services/dashboardservices'; import ProcessData from './bubbleChartMethods'; require("highcharts/modules/map")(Highcharts); HC_more(Highcharts); //init module class BubbleContainer extends Component { style = { fontFamily: "'univers', Arial, sans-serif", fontSize: 14, color: "#333333" }; state = { options: { c