How do we get price data from chart Trading View? - reactjs

I'd like to get price data and date from the chart Trading View using React.js so that I can use the data in my application (e.g. Exchange (buy/sell)).

I found a chart called Lightweight TradingView and it works great.

Related

Lightning aura date field issue is there in ios , ipad etc

i am trying to give date field of Birth date or Order date whatever date we want i am able to do and control functioning from lightning aura component for android like text field width, padding etc..
But for Date field type like type = "Date" , the width is not working as expecting in ios, ipad..
Basically Lightning alignnment for Date field in ios, ipad not working...
Please resolve this issue..
Ss of andoid and IPhone i have attached you can see width difference of same code in lightning aura..
i am expecting as i am getting output in android same i want to get in ios, ipad also..
Please provide soln as soon as possible..
While Lightning Aura components follow ES5 syntax and are sometimes not responsive
You would often come across such things when displaying Aura Components in Salesforce Mobile App
If you know that your feature would be used in Salesforce Mobile App as well then i suggest you to implement it in LWC
Since LWC components are meant to be more mobile friendly than the Aura Components

Is a way to show multiple metrics on Google Data Studio Geo Map?

I'm trying to use Google Data Studio (GDS) to display a dashboard with a map. I want to show 2 metrics on the tooltip - Number of Trips and Number of Customers. But GDS lets me select only one metric at a time as the default and makes everything else optional. Is there a way to show both metrics simultaneously?
I'm able to show both metrics on the map using Tableau Public. However, I would prefer staying within the Google ecosystem, if possible.
For reference, I've attached a screenshot below - comparing the two visualizations.
Geo Maps in Google Data Studio currently only display a single metric at a time (no optional or additional tooltips for Geo Maps at the moment).
However, as alluded to, Optional Metrics would allow viewers to choose a single metric from a range of different metrics.
Google Data Studio Report and a GIF to demonstrate:

2sxc and Google Maps

I have a table of geocoded data in a DNN database: several columns of data plus latitude and longitude.
I want to create a Google Map and put markers on the map that correspond to the items in the data table.
I have a SQL data source set up, and can get the geocoded data into the razor script, produces tables, etc.
I can create the Google Map, and put markers on it appropriately, but only if the marker data is hard-coded into the javascript that creates the map.
Where I am having conceptual trouble is getting the geocoded data into a form where the javascript can use it. Can someone help me with that part?
Thanks.
I guess the core question is how you store your coordinates - whether you have each number in a field or joined. I would basically follow the example of the map in the default bootstrap 3 templates - here's a link, but I recommend that you install the default templates to see how it's built:
https://github.com/2sic/2sxc-content-bootstrap3/blob/master/_Location%20-%20Full%20Size%20Map.cshtml

How to use FetchXml for Mobile Reports of Resco Mobile CRM App?

I have a SSRS Report in CRM. I want to use this report in my Resco mobile app. The data shown in the report comes from two different entities having no proper relationships , but the join between these two entities is based on a Text Field (String). I have the fetchXML which brings the data. How to use this fetch xml in woodford to show the data in Mobile App (offline/online) mood.
Have you looked into the documentation:
MobileCRM.MobileReport.runReport Function

Where do I find an api for live stock CHARTS not prices but charts?

I'm trying to build a mobile app that will present a live stock chart. However I cannot find a single API that provides the stock charts not just stock quotes. Any ideas or recommendations?
I have used AFreeChart for drawing stock charts, it has more chart types like, bar, line, candle sticks etc..

Resources