Multiple highcharts on single page - highcharts

I am planning to design a single page application.
I am planing to do it using angularjs.
I want to display multiple charts on the same page.
Then I would like to generate a pdf report that contains all charts on one page.
I also want to give an option to the user to select the no of row to be generated.(pagination)
I want this and everything else to be printed on a single page?
Is there any way to achieve this?

Related

importxml function in Googlesheet

First of all, I'm completely incompetent and my hours-long attempts at trying to make this work have been fruitless. So, please, there's someone that can help me.
I have
table id="..........." tablesorter class="........"
They are in the same line of code ad I'm able to scrape until the first element. For me it's important to scrape by the second one. I'm tryng different way but nothing
investing
In the image, in the part highlighted on the left where there is the drop-down menu, it's possible to select the different American markets (Nasdaq, DowJones,
S&P500 etc.). When I select a market other than DowJones, the URL of the page always remains the same, while the part that I highlighted on the right changes (tablesorter class = "............").
In my sheet, I've done this but it can't allow me to scrape different market (only the default table thay you see when open the webpage)
spreadsheet
Your main problem is that IMPORTXML can only retrieve information from static content in websites. Therefore, any content inserted dynamically can't be retrieved by this function.
In your case, you can check what content is not static by heading over to the website https://it.investing.com/equities/americas and then disabling JavaScript on it. To do so if you are using Chrome please follow this guide.
As Javascript will add dynamic content to the site, when you disable it you will observe that the information subject to change with the dropdown doesn't actually change which means that it was dynamically inserted and therefore can't be accessed by IMPORTXML. I have attached an image below showing this.
As a workaround to this you will need to use other web scraping techniques.

How to customize Google Sheets embed

Back in the day, I know it was possible to really customize your Google Docs/Forms. Is that still the case? There were all these tricks about how to make it look the way you want when you embed them onto a page (and remove Google's branding). The closest post I'm finding is from 2014 and it doesn't appear to work anymore.
What I'm trying to do is embed a small table into a webpage -- and only that table. I don't want anything else from Google. This table will be updated by me on the backend, so it can't be just an image.
You have to publish to the web and then get the iframe code to embed. At the top of your Spreadsheet, click File and then Publish to the web. Click on the Embed tab and then on the "Publish" button, this will generate the iframe element you can use in your web.
Within the iframe, there's the src attribute with a URL you can edit with some query parameters to customize Sheet's behaviors, for example, to specify the range to be displayed in the iframe, you can add the range query parameter:
<iframe src="https://docs.google.com/spreadsheets/d/e/[SPREADSHEET-ID]/pubhtml?gid=0&range=[RANGE]&single=true&widget=true&headers=false"></iframe>
In your case it would appear your Spreadsheet ID and you need to replace the [RANGE] with the A1 notation of the range you want to display.

Is this a single page website or separate web pages?

I am wondering if this is a single page website or 3 separate web pages. The URLs are:
index.aspx?page=home
index.aspx?page=about
index.aspx?page=team
I need to know for Google Analytics purposes.
GA will treat all of those as the same page. You will need to set up and populate a custom dimension in order to distinguish between them.

Tableau link to worksheet

I would like dashboard to link to worksheet. Unfortunately, these instructions show how to link to webpage, or file on server.
http://onlinehelp.tableau.com/current/pro/online/mac/en-us/actions_url.html
How to link to worksheet?
What is the purpose of the link?
If you have a whole lot of worksheets and just want to open the one that you look at in the dashboard, you can cllick the small "go to" icon in the top right corner of the graph.
To actually create an action that links to a worksheet is not possible and doesn't seem to make sense, since the URL action is meant to create a link based on a certain value in your data, however no matter what data is displayed, you will always end on the same graph.
In case you want to further investgate certain data you select, you could create a filter in the same dialogue that filters other graphs in your dashboard based on the values you select.

Excel web query not recognizing tables on the page

Customers use web queries to grab data in the tables directly from our website and place them into excel where they can automatically work on it. while trying to grab data from our website, we noticed that table markers were not shown. excel is unable to recognize the tables on the web page.
Website was developed using RoR.
can someone help us with this issue?
You may want to consider using Power Query instead of regular web queries. With the "from Web" option you can get the DOM into Power Query and access any DOM element.

Resources