how to django query objects parse in json below format please help me

9 views
Skip to first unread message

arvind yadav

unread,
Aug 8, 2018, 6:32:31 AM8/8/18
to Django users
my Quey objects is
jsonquery = PartDetails.objects.all()
{
title:{
        text: " march 2018 " ### is time
      },  
      data: [{        
        type: "column",
        dataPoints: [
          { label: "sv", y: 3},
        ]
      
      
      },
      {        
        type: "line",
        dataPoints: [
          { label: "sv", y: 3},
        
        ]
      }
     ]
}
Reply all
Reply to author
Forward
0 new messages