If the problem is how to combine the top 10 and the logged-in physician in the same datatable, you'll probably need to construct a DataTable or DataView from the two sets of data in the browser, unless you can do it with a query to your database.
In addition, you might want to put the values for the top ten physicians in one series, and add another series for the logged in physician. This will result in the logged in physician being given a different color than the rest. Alternatively, you can add a 'style' role column to specify a different color. Hope this helps. On Wed, Oct 19, 2016 at 5:50 PM, Rudy Silva <rudy.l.si...@gmail.com> wrote: > I am working on a project in which I need to pull specific User data and > create a chart out of it. I am looking to do it with google Charts but need > some guidance. Let me try and explain what I need to do and hopefully > someone can help. > > I will have a MySQL database or CSV file with a list of about 100 > physicians. Each of those physicians will have a score based on their > performance. I need to build a bar chart that will show the top 10 > physicians and then show a bar on the same chart for the physician that has > logged into the portal so they can see where they measure according to the > top ten. Hope this makes sense and someone can help me or point me in the > right direction. > > Thank you > > -- > You received this message because you are subscribed to the Google Groups > "Google Chart API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-chart-api+unsubscr...@googlegroups.com. > To post to this group, send email to google-chart-api@googlegroups.com. > Visit this group at https://groups.google.com/group/google-chart-api. > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> dlalibe...@google.com <dlalibe...@google.com> 5CC, Cambridge MA -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-chart-api+unsubscr...@googlegroups.com. To post to this group, send email to google-chart-api@googlegroups.com. Visit this group at https://groups.google.com/group/google-chart-api. For more options, visit https://groups.google.com/d/optout.