Hi there, I have been working on a Virtual Item’s Market for the past 5 month’s. I know we cannot get users to sell,trade or buy ROBLOX item’s so instead we are trying to create a stock market/investing opportunity for user’s (All Purchases will be done on ROBLOX ONLY and no where else.) to learn the ROBLOX Market and it’s economy.
However, I am struggling with the Graph’s because I don’t know if there is an API for Highchart’s. I have searched through Inspect Element but I couldn’t find the Highchart api. I was wondering if anyone knew it as I would need it for the stocks graph. Thank you.
My webpage is a work in progress, however my android app is almost done however the only thing that’s delaying me is highchart’s.
Do Note: All Purchases and deal’s will be done on ROBLOX, all we will do is educate the user on the ROBLOX Stockmarket and ROBLOX economy.
I’m not too experienced in web development, but your best bet might be to just make your code replicate the graph that’s being displayed on ROBLOX’s site.
And for the charts, I didn’t exactly mean replicating it by hand. That would be a waste of time since as you said, there’s tons of limited items and the data also changes over time. What I meant was, you could write your code to replicate the exact same shape of the graph and read the labels on the chart, and automatically re-create the same exact thing on your website. A pretty hacky method but it might work.
Alternatively, using the provided API, you could keep track of the RAP for every limited item from now on and graph it on your website. The downside of this however is that you won’t have any historical data up to the point you start tracking it.
I believe you were supposed to replace “asset” with the asset’s name and “assetId” with the ID of the asset. But I’ve tried that and that comes with a bad request as well. It either never worked or they discontinued the sales-data link since it’s a part of the asset’s page.
I do realize this doesn’t really help you find a solution, but you don’t have to think about this specific “solution”.
Does the catalog API have any links to Highcharts? I don’t think it would because Trades hangout use it for RAP but I think with the API I could create my own graph from it.