Chart.js and Django for more than one user Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceHow to combine 2 or more querysets in a Django view?Does Django scale?Chart.js: hiding series by clicking on legendEditing Chart.js legend templateChart.js - get base 64 encoded string as variableChart.js - horizontal alignment of multiple canvas-elementsHow to add a chart with a table in Chart.js?How to connect Firebase in Chart.js?How to find peak of Line Graph in Chart.jsIn Chart.js and django, add data by clicking the button

How to pour concrete for curved walkway to prevent cracking?

Can the prologue be the backstory of your main character?

Who can trigger ship-wide alerts in Star Trek?

Estimate capacitor parameters

What computer would be fastest for Mathematica Home Edition?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

I'm having difficulty getting my players to do stuff in a sandbox campaign

When is phishing education going too far?

Can't figure this one out.. What is the missing box?

What do you call the holes in a flute?

How can I make names more distinctive without making them longer?

How to rotate it perfectly?

Strange behaviour of Check

What is the largest species of polychaete?

Unable to start mainnet node docker container

Blender game recording at the wrong time

Why is there no army of Iron-Mans in the MCU?

Fishing simulator

Single author papers against my advisor's will?

Do working physicists consider Newtonian mechanics to be "falsified"?

Did the new image of black hole confirm the general theory of relativity?

Geometric mean and geometric standard deviation

Replacing HDD with SSD; what about non-APFS/APFS?

Autumning in love



Chart.js and Django for more than one user



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experienceHow to combine 2 or more querysets in a Django view?Does Django scale?Chart.js: hiding series by clicking on legendEditing Chart.js legend templateChart.js - get base 64 encoded string as variableChart.js - horizontal alignment of multiple canvas-elementsHow to add a chart with a table in Chart.js?How to connect Firebase in Chart.js?How to find peak of Line Graph in Chart.jsIn Chart.js and django, add data by clicking the button



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I am in the process of creating a web application but when i generate a chart with chart.js, I save the save the chart's data on (site url)/data. This means that anyone who enters the site will see that chart.



Is there a way I can store data that is dependent on the user. Meaning that everyone can see different graphs.










share|improve this question






















  • How do you save data?

    – Furkan Öyken
    Mar 22 at 13:37











  • I save the data with the rest_framework to my site/data. (for example: google.com/data)

    – Daj Katal
    Mar 23 at 9:04

















0















I am in the process of creating a web application but when i generate a chart with chart.js, I save the save the chart's data on (site url)/data. This means that anyone who enters the site will see that chart.



Is there a way I can store data that is dependent on the user. Meaning that everyone can see different graphs.










share|improve this question






















  • How do you save data?

    – Furkan Öyken
    Mar 22 at 13:37











  • I save the data with the rest_framework to my site/data. (for example: google.com/data)

    – Daj Katal
    Mar 23 at 9:04













0












0








0








I am in the process of creating a web application but when i generate a chart with chart.js, I save the save the chart's data on (site url)/data. This means that anyone who enters the site will see that chart.



Is there a way I can store data that is dependent on the user. Meaning that everyone can see different graphs.










share|improve this question














I am in the process of creating a web application but when i generate a chart with chart.js, I save the save the chart's data on (site url)/data. This means that anyone who enters the site will see that chart.



Is there a way I can store data that is dependent on the user. Meaning that everyone can see different graphs.







django chart.js






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 22 at 7:40









Daj KatalDaj Katal

11




11












  • How do you save data?

    – Furkan Öyken
    Mar 22 at 13:37











  • I save the data with the rest_framework to my site/data. (for example: google.com/data)

    – Daj Katal
    Mar 23 at 9:04

















  • How do you save data?

    – Furkan Öyken
    Mar 22 at 13:37











  • I save the data with the rest_framework to my site/data. (for example: google.com/data)

    – Daj Katal
    Mar 23 at 9:04
















How do you save data?

– Furkan Öyken
Mar 22 at 13:37





How do you save data?

– Furkan Öyken
Mar 22 at 13:37













I save the data with the rest_framework to my site/data. (for example: google.com/data)

– Daj Katal
Mar 23 at 9:04





I save the data with the rest_framework to my site/data. (for example: google.com/data)

– Daj Katal
Mar 23 at 9:04












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55294926%2fchart-js-and-django-for-more-than-one-user%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55294926%2fchart-js-and-django-for-more-than-one-user%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript